Searched refs:ppsz (Results 1 – 1 of 1) sorted by relevance
87 static int ScanDecimal(const char **ppsz) in ScanDecimal() argument92 for (psz = *ppsz; ISDIGIT(*psz); ++psz) { in ScanDecimal()95 *ppsz = psz; in ScanDecimal()