Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c10342 #define EP_DblQuoted 0x0040 /* token.z was originally in "..." */ macro
72140 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){
73431 if( c=='"' ) pNew->flags |= EP_DblQuoted;
/NextBSD/contrib/sqlite3/
HDsqlite3.c12060 #define EP_DblQuoted 0x000040 /* token.z was originally in "..." */ macro
83103 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){
84640 if( c=='"' ) pNew->flags |= EP_DblQuoted;