Searched refs:sqlite3Isquote (Results 1 – 7 of 7) sorted by relevance
249 if( !sqlite3Isquote(quote) ) return; in sqlite3Dequote()268 assert( sqlite3Isquote(p->u.zToken[0]) ); in sqlite3DequoteExpr()287 if( !sqlite3Isquote(p->z[0]) ) return; in sqlite3DequoteToken()289 if( sqlite3Isquote(p->z[i]) ) return; in sqlite3DequoteToken()
805 if( sqlite3Isquote(zSql[i]) ){
4372 # define sqlite3Isquote(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x80) macro4381 # define sqlite3Isquote(x) ((x)=='"'||(x)=='\''||(x)=='['||(x)=='`') macro
650 bQuote = sqlite3Isquote(pNew->z[0]); in sqlite3AlterRenameColumn()
1070 if( sqlite3Isquote(p->u.zToken[0]) ){
870 if( dequote && sqlite3Isquote(pNew->u.zToken[0]) ){ in sqlite3ExprAlloc()
223 #define sqlite3Isquote(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x80) macro