Home
last modified time | relevance | path

Searched defs:Expr (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/test/
H A Dfuzz_common.tcl68 proc Expr { {c {}} } { procedure
/sqlite-3.40.0/src/
H A DsqliteInt.h1184 typedef struct Expr Expr; typedef
2826 struct Expr { struct
2828 char affExpr; /* affinity, or RAISE type */ argument
2829 u8 op2; /* TK_REGISTER/TK_TRUTH: original value of Expr.op argument
2842 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no argument
2847 Expr *pLeft; /* Left subnode */ argument
2848 Expr *pRight; /* Right subnode */ argument
2854 /* If the EP_Reduced flag is set in the Expr.flags mask, then no argument
2860 int nHeight; /* Height of the tree headed by this node */
2862 int iTable; /* TK_COLUMN: cursor number of table holding column
[all …]
H A Dexpr.c5122 Expr *pExpr, /* The BETWEEN expression */ in exprCodeBetween() argument