Searched defs:pcchNew (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp504 * @param pcchNew In/Out. (Messed up on failure.)
510 static int txsReplaceStringVariable(char **ppszNew, size_t *pcchNew, size_t offVar, size_t cchVar, argument
513 size_t const cchAfter = *pcchNew - offVar - cchVar;
516 *pcchNew += cchValue - cchVar;
517 int rc = RTStrRealloc(ppszNew, *pcchNew + 1);

Completed in 254 milliseconds