Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h3025 struct ExprList_item { /* For each expression in the list */ struct
3026 Expr *pExpr; /* The parse tree for this expression */
3027 char *zEName; /* Token associated with this expression */
3028 struct {
3039 } fg;
3040 union {
3047 } u;