Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c20509 # define sqlite3Isquote(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x80) macro
20520 # define sqlite3Isquote(x) ((x)=='"'||(x)=='\''||(x)=='['||(x)=='`') macro
34890 if( !sqlite3Isquote(quote) ) return; in sqlite3Dequote()
34909 assert( sqlite3Isquote(p->u.zToken[0]) ); in sqlite3DequoteExpr()
34928 if( !sqlite3Isquote(p->z[0]) ) return; in sqlite3DequoteToken()
34930 if( sqlite3Isquote(p->z[i]) ) return; in sqlite3DequoteToken()
109346 if( dequote && sqlite3Isquote(pNew->u.zToken[0]) ){
116065 bQuote = sqlite3Isquote(pNew->z[0]);
171134 if( sqlite3Isquote(p->u.zToken[0]) ){
177713 if( sqlite3Isquote(zSql[i]) ){