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

/vbox/src/VBox/Runtime/common/string/
H A Duniread.cpp671 * @param ppszNextField The field cursor, input and output.
673 static int YesNoMaybePropertyValue(char **ppszNextField) argument
675 if (!**ppszNextField)
680 char *psz = NextField(ppszNextField);
696 * @param ppszNextField The field cursor, input and output.
698 static int YesNoMaybePropertyValueInv(char **ppszNextField) argument
700 unsigned rc = YesNoMaybePropertyValue(ppszNextField);

Completed in 178 milliseconds