Lines Matching defs:sqlite3Isquote
20587 # define sqlite3Isquote(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x80)
20598 # define sqlite3Isquote(x) ((x)=='"'||(x)=='\''||(x)=='['||(x)=='`')
35212 if( !sqlite3Isquote(quote) ) return;
35231 assert( sqlite3Isquote(p->u.zToken[0]) );
35288 if( !sqlite3Isquote(p->z[0]) ) return;
35290 if( sqlite3Isquote(p->z[i]) ) return;
109968 if( dequote && sqlite3Isquote(pNew->u.zToken[0]) ){
116797 bQuote = sqlite3Isquote(pNew->z[0]);
172636 if( sqlite3Isquote(p->u.zToken[0]) ){
179317 if( sqlite3Isquote(zSql[i]) ){