Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21689 # define sqlite3JsonId1(x) (sqlite3IsIdChar(x)&&(x)<'0')
21690 # define sqlite3JsonId2(x) sqlite3IsIdChar(x)
21692 SQLITE_PRIVATE int sqlite3IsIdChar(u8);
121625 if( bQuote==0 && sqlite3IsIdChar(*(u8*)pBest->t.z) ){
186008 SQLITE_PRIVATE int sqlite3IsIdChar(u8 c){ return IdChar(c); } function
186590 if( pStr->nChar && sqlite3IsIdChar(pStr->zText[pStr->nChar-1]) ){
186703 if( sqlite3IsIdChar(zSql[i]) ) addSpaceSeparator(pStr);
192286 && sqlite3IsIdChar((unsigned char)azCompileOpt[i][n])==0