Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c18613 # define sqlite3Isquote(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x80) macro
18622 # define sqlite3Isquote(x) ((x)=='"'||(x)=='\''||(x)=='['||(x)=='`') macro
30466 if( !sqlite3Isquote(quote) ) return;
30484 assert( sqlite3Isquote(p->u.zToken[0]) );
97672 if( dequote && sqlite3Isquote(pNew->u.zToken[0]) ){
102917 bQuote = sqlite3Isquote(pNew->z[0]);
148254 if( sqlite3Isquote(p->u.zToken[0]) ){
154176 if( sqlite3Isquote(zSql[i]) ){

Completed in 444 milliseconds