Searched refs:EP_DblQuoted (Results 1 – 1 of 1) sorted by relevance
19464 #define EP_DblQuoted 0x000080 /* token.z was originally in "..." */ macro35834 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) ){