Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/sqlite3/
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;
89938 if( dequote && sqlite3Isquote(pNew->u.zToken[0]) ){