Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp166 appendBuffer(char *origData, char *appendData, size_t *pMaxLen, size_t *pCurLen) in appendBuffer() argument
171 char *newData = origData; in appendBuffer()
172 bool origNull = origData == NULL; in appendBuffer()
176 newData = (char *)realloc(origData, maxLen+1); /* remember space for trailing null!! */ in appendBuffer()