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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4280 * @param ppszKey Where to store the key on success.
4284 char **ppszKey, char **ppszVal)
4314 *ppszKey = RTStrDupN(pszKeyStart, cchKey);
4315 if (*ppszKey)
4320 RTStrFree(*ppszKey);
4283 i_consoleParseKeyValue(const char *psz, const char **ppszEnd, char **ppszKey, char **ppszVal) argument

Completed in 75 milliseconds