Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c19110 struct ExprList_item { /* For each expression in the list */ struct
19111 Expr *pExpr; /* The parse tree for this expression */
19112 char *zEName; /* Token associated with this expression */
19113 struct {
19124 } fg;
19125 union {
19132 } u;