Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c19196 # define sqlite3Isquote(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x80) macro
19205 # define sqlite3Isquote(x) ((x)=='"'||(x)=='\''||(x)=='['||(x)=='`') macro
32278 if( !sqlite3Isquote(quote) ) return;
32297 assert( sqlite3Isquote(p->u.zToken[0]) );
32316 if( !sqlite3Isquote(p->z[0]) ) return;
32318 if( sqlite3Isquote(p->z[i]) ) return;
102511 if( dequote && sqlite3Isquote(pNew->u.zToken[0]) ){
108640 bQuote = sqlite3Isquote(pNew->z[0]);
159642 if( sqlite3Isquote(p->u.zToken[0]) ){
166150 if( sqlite3Isquote(zSql[i]) ){