Lines Matching refs:IndexedExpr
15756 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 */
165752 IndexedExpr *saved_pIdxPartExpr; /* saved copy of Parse.pIdxPartExpr */
168244 IndexedExpr **pp = (IndexedExpr**)pObject;
168246 IndexedExpr *p = *pp;
168309 IndexedExpr *p = (IndexedExpr*)sqlite3DbMallocRaw(db, sizeof(*p));
170977 IndexedExpr *p;
170992 p = sqlite3DbMallocRaw(pParse->db, sizeof(IndexedExpr));
172039 IndexedExpr *p = pParse->pIdxEpr;