Searched refs:WhereLevel (Results 1 – 2 of 2) sorted by relevance
242 typedef struct WhereLevel WhereLevel; typedef800 struct WhereLevel { struct829 WhereLevel a[1]; /* Information about each nest loop in the WHERE */ argument
296 static void disableTerm(WhereLevel *pLevel, Expr **ppExpr){ in disableTerm()422 pWInfo = sqliteMalloc( sizeof(WhereInfo) + pTabList->nSrc*sizeof(WhereLevel)); in sqliteWhereBegin()724 WhereLevel *pLevel = &pWInfo->a[i]; in sqliteWhereBegin()1193 WhereLevel *pLevel; in sqliteWhereEnd()