Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c22822 if( !sqlite3Isdigit(*zDate) ){
22909 while( sqlite3Isdigit(*zDate) ){
23490 if( !sqlite3Isdigit(*z2) ) z2++;
32517 while( z<zEnd && sqlite3Isdigit(*z) ){
32941 for(i=0; sqlite3Isdigit(z[i]); i++){
115122 needQuote = sqlite3Isdigit(zIdent[0])
129561 if( sqlite3Isdigit(*z) ){
165752 if( !sqlite3Isdigit(z[1]) )
165782 ( sqlite3Isdigit(z[i+1])
191274 #ifdef sqlite3Isdigit
[all …]