Home
last modified time | relevance | path

Searched refs:origData (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp172 appendBuffer(char *origData, char *appendData, size_t *pMaxLen, size_t *pCurLen) in appendBuffer() argument
178 char *newData = origData; in appendBuffer()
182 newData = (char *)realloc(origData, maxLen+1); /* remember space for trailing null!! */ in appendBuffer()