Home
last modified time | relevance | path

Searched refs:fast_isspace (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Djson.c50 #define fast_isspace(x) (jsonIsSpace[(unsigned char)x]) macro
772 while( fast_isspace(z[i]) ){ i++; } in jsonParseValue()
778 while( fast_isspace(z[j]) ){ j++; } in jsonParseValue()
791 while( fast_isspace(z[j]) ){ j++; } in jsonParseValue()
798 while( fast_isspace(z[j]) ){ j++; } in jsonParseValue()
812 while( fast_isspace(z[j]) ){ j++; } in jsonParseValue()
821 while( fast_isspace(z[j]) ){ j++; } in jsonParseValue()
939 while( fast_isspace(zJson[i]) ) i++; in jsonParse()
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c67 #define fast_isspace(x) (geopolyIsSpace[(unsigned char)x]) macro
156 while( fast_isspace(p->z[0]) ) p->z++; in geopolySkipSpace()