Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h1192 typedef struct IndexedExpr IndexedExpr; typedef
3589 struct IndexedExpr { struct
3595 IndexedExpr *pIENext; /* Next in a list of all indexed expressions */ argument
3659 IndexedExpr *pIdxExpr;/* List of expressions used by active indexes */
H A Dwhere.c5469 IndexedExpr *p = pParse->pIdxExpr; in whereIndexedExprCleanup()
5494 IndexedExpr *p; in whereAddIndexedExpr()
5515 p = sqlite3DbMallocRaw(pParse->db, sizeof(IndexedExpr)); in whereAddIndexedExpr()
6477 IndexedExpr *p = pParse->pIdxExpr; in sqlite3WhereEnd()
H A Dexpr.c4050 IndexedExpr *p; in sqlite3IndexedExprLookup()