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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4281 * @param ppszVal Where to store the value on success.
4284 char **ppszKey, char **ppszVal)
4317 *ppszVal = RTStrDupN(pszValStart, cchVal);
4318 if (!*ppszVal)
4283 i_consoleParseKeyValue(const char *psz, const char **ppszEnd, char **ppszKey, char **ppszVal) argument

Completed in 117 milliseconds