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

/vbox/src/VBox/Runtime/common/string/
H A Duniread.cpp173 * @param ppszType Pointer to the type field pointer. On input the type
179 static char *SplitDecompField(char **ppszType) argument
182 char *psz = *ppszType;
189 *ppszType = (char *)"";
194 *ppszType = ++psz;
199 return *ppszType;

Completed in 73 milliseconds