Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtokenize.c190 int sqlite3IsIdChar(u8 c){ return IdChar(c); } in sqlite3IsIdChar() function
727 if( pStr->nChar && sqlite3IsIdChar(pStr->zText[pStr->nChar-1]) ){
839 if( sqlite3IsIdChar(zSql[i]) ) addSpaceSeparator(pStr);
H A Dalter.c1234 if( bQuote==0 && sqlite3IsIdChar(*pBest->t.z) ){ in renameEditSql()
H A Dmain.c4866 && sqlite3IsIdChar((unsigned char)azCompileOpt[i][n])==0 in sqlite3_compileoption_used()
H A DsqliteInt.h4383 int sqlite3IsIdChar(u8);