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

/vbox/src/VBox/HostServices/GuestControl/
H A Dgctrl.cpp110 uint32_t cbNewLen = *pcbList + cbLen + 1; /* Include zero termination. */ local
111 char *pvTmp = (char*)RTMemRealloc(*ppvList, cbNewLen);
119 pvTmp[cbNewLen - 1] = '\0'; /* Add zero termination. */
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp262 size_t cbNewLen = *pcbList + cchEnv + 1; /* Include zero termination. */ local
263 char *pvTmp = (char *)RTMemRealloc(*ppvList, cbNewLen);
269 pvTmp[cbNewLen - 1] = '\0'; /* Add zero termination. */

Completed in 68 milliseconds