Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c67 #define fast_isspace(x) (geopolyIsSpace[(unsigned char)x]) macro
/sqlite-3.40.0/src/
H A Djson.c50 #define fast_isspace(x) (jsonIsSpace[(unsigned char)x]) macro