Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19464 #define EP_DblQuoted 0x000080 /* token.z was originally in "..." */ macro
35834 p->flags |= p->u.zToken[0]=='"' ? EP_Quoted|EP_DblQuoted : EP_Quoted; in sqlite3DequoteExpr()
108752 if( ExprHasProperty(pExpr,EP_DblQuoted)
108820 }else if( cnt==0 && ExprHasProperty(pRight,EP_DblQuoted) ){
119654 if( pExpr->op==TK_STRING && (pExpr->flags & EP_DblQuoted) ){