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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4287 const char *pszKeyStart = psz; local
4300 cchKey = psz - pszKeyStart;
4314 *ppszKey = RTStrDupN(pszKeyStart, cchKey);

Completed in 58 milliseconds