Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21677 # define sqlite3Isquote(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x80) macro
21688 # define sqlite3Isquote(x) ((x)=='"'||(x)=='\''||(x)=='['||(x)=='`') macro
36661 if( !sqlite3Isquote(quote) ) return; in sqlite3Dequote()
36680 assert( sqlite3Isquote(p->u.zToken[0]) ); in sqlite3DequoteExpr()
36737 if( !sqlite3Isquote(p->z[0]) ) return; in sqlite3DequoteToken()
36739 if( sqlite3Isquote(p->z[i]) ) return; in sqlite3DequoteToken()
113599 if( dequote && sqlite3Isquote(pNew->u.zToken[0]) ){
121008 bQuote = sqlite3Isquote(pNew->z[0]);
179807 if( sqlite3Isquote(p->u.zToken[0]) ){
186669 if( sqlite3Isquote(zSql[i]) ){