Searched defs:Expr (Results 1 – 3 of 3) sorted by relevance
68 proc Expr { {c {}} } { procedure
1184 typedef struct Expr Expr; typedef2826 struct Expr { struct2828 char affExpr; /* affinity, or RAISE type */ argument2829 u8 op2; /* TK_REGISTER/TK_TRUTH: original value of Expr.op argument2842 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no argument2847 Expr *pLeft; /* Left subnode */ argument2848 Expr *pRight; /* Right subnode */ argument2854 /* If the EP_Reduced flag is set in the Expr.flags mask, then no argument2860 int nHeight; /* Height of the tree headed by this node */2862 int iTable; /* TK_COLUMN: cursor number of table holding column[all …]
5122 Expr *pExpr, /* The BETWEEN expression */ in exprCodeBetween() argument