Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_io.c76 static int safe_isdigit(char c){ in safe_isdigit() function
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c33 # define safe_isdigit(x) sqlite3Isdigit(x) macro
39 # define safe_isdigit(x) isdigit((unsigned char)(x)) macro