Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19590 struct ExprList_item { /* For each expression in the list */ struct
19591 Expr *pExpr; /* The parse tree for this expression */
19592 char *zEName; /* Token associated with this expression */
19593 struct {
19604 } fg;
19605 union {
19612 } u;