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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4288 const char *pszValStart = NULL; local
4302 pszValStart = psz;
4310 cchVal = psz - pszValStart;
4317 *ppszVal = RTStrDupN(pszValStart, cchVal);

Completed in 107 milliseconds