Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19172 struct ExprList_item { /* For each expression in the list */ struct
19173 Expr *pExpr; /* The parse tree for this expression */
19174 char *zEName; /* Token associated with this expression */
19175 struct {
19186 } fg;
19187 union {
19194 } u;