Searched refs:sqlite3IsIdChar (Results 1 – 4 of 4) sorted by relevance
190 int sqlite3IsIdChar(u8 c){ return IdChar(c); } in sqlite3IsIdChar() function727 if( pStr->nChar && sqlite3IsIdChar(pStr->zText[pStr->nChar-1]) ){839 if( sqlite3IsIdChar(zSql[i]) ) addSpaceSeparator(pStr);
1234 if( bQuote==0 && sqlite3IsIdChar(*pBest->t.z) ){ in renameEditSql()
4866 && sqlite3IsIdChar((unsigned char)azCompileOpt[i][n])==0 in sqlite3_compileoption_used()
4383 int sqlite3IsIdChar(u8);