Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c21046 if( !sqlite3Isdigit(*zDate) ){ in getDigits()
21133 while( sqlite3Isdigit(*zDate) ){ in parseHhMmSs()
21714 if( !sqlite3Isdigit(*z2) ) z2++; in parseModifier()
108091 if( sqlite3Isdigit(zChar[0]) ){
108432 needQuote = sqlite3Isdigit(zIdent[0])
121243 if( sqlite3Isdigit(*z) ){
138706 if( sqlite3Isdigit(zNew[0])
153777 if( !sqlite3Isdigit(z[1]) )
153806 ( sqlite3Isdigit(z[i+1])
178658 #ifdef sqlite3Isdigit
[all …]

Completed in 420 milliseconds