Home
last modified time | relevance | path

Searched refs:IndexedExpr (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c15756 typedef struct IndexedExpr IndexedExpr; typedef
20209 struct IndexedExpr { struct
20216 IndexedExpr *pIENext; /* Next in a list of all indexed expressions */ argument
20292 IndexedExpr *pIdxEpr;/* List of expressions used by active indexes */
20293 IndexedExpr *pIdxPartExpr; /* Exprs constrained by index WHERE clauses */
114962 IndexedExpr *p;
115032 IndexedExpr *p;
117460 IndexedExpr *pIEpr;
151502 IndexedExpr *pIEpr;
165751 IndexedExpr *saved_pIdxEpr; /* saved copy of Parse.pIdxEpr */
[all …]