Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c13309 if( !sqlite3Isdigit(*zDate) ){ in getDigits()
13394 while( sqlite3Isdigit(*zDate) ){ in parseHhMmSs()
13877 if( !sqlite3Isdigit(*z2) ) z2++; in parseModifier()
20948 while( z<zEnd && sqlite3Isdigit(*z) ){ in sqlite3AtoF()
89992 if( sqlite3Isdigit(*z) ){
109502 if( !sqlite3Isdigit(z[1]) )
109518 for(i=0; sqlite3Isdigit(z[i]); i++){}
109522 while( sqlite3Isdigit(z[i]) ){ i++; }
109526 ( sqlite3Isdigit(z[i+1])
109548 for(i=1; sqlite3Isdigit(z[i]); i++){}
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c21786 if( !sqlite3Isdigit(*zDate) ){ in getDigits()
21873 while( sqlite3Isdigit(*zDate) ){ in parseHhMmSs()
22454 if( !sqlite3Isdigit(*z2) ) z2++; in parseModifier()
31582 while( z<zEnd && sqlite3Isdigit(*z) ){
111430 if( sqlite3Isdigit(zChar[0]) ){
111811 needQuote = sqlite3Isdigit(zIdent[0])
125393 if( sqlite3Isdigit(*z) ){
159328 if( !sqlite3Isdigit(z[1]) )
159357 ( sqlite3Isdigit(z[i+1])
184607 #ifdef sqlite3Isdigit
[all …]