Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c21053 # define sqlite3Isquote(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x80) macro
21064 # define sqlite3Isquote(x) ((x)=='"'||(x)=='\''||(x)=='['||(x)=='`') macro
35814 if( !sqlite3Isquote(quote) ) return; in sqlite3Dequote()
35833 assert( sqlite3Isquote(p->u.zToken[0]) ); in sqlite3DequoteExpr()
35890 if( !sqlite3Isquote(p->z[0]) ) return; in sqlite3DequoteToken()
35892 if( sqlite3Isquote(p->z[i]) ) return; in sqlite3DequoteToken()
111308 if( dequote && sqlite3Isquote(pNew->u.zToken[0]) ){
118421 bQuote = sqlite3Isquote(pNew->z[0]);
175465 if( sqlite3Isquote(p->u.zToken[0]) ){
182200 if( sqlite3Isquote(zSql[i]) ){