Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c15985 # define sqlite3Isquote(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x80) macro
15994 # define sqlite3Isquote(x) ((x)=='"'||(x)=='\''||(x)=='['||(x)=='`') macro
27453 if( !sqlite3Isquote(quote) ) return;
89947 if( dequote && sqlite3Isquote(pNew->u.zToken[0]) ){

Completed in 646 milliseconds