Searched refs:pcbAllocated (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A Dscmsubversion.cpp91 * @param pcbAllocated Pointer to the buffer size variable.
95 static int rtProcProcessOutput(int rc, PRTPIPE phPipeR, size_t *pcbAllocated, size_t *poffCur, char **ppszBuffer, argument
106 if (*poffCur + cbRead >= *pcbAllocated)
108 if (*pcbAllocated >= _1G)
116 size_t cbNew = *pcbAllocated ? *pcbAllocated * 2 : sizeof(szTmp) + 1;
126 *pcbAllocated = cbNew;

Completed in 44 milliseconds