Searched refs:WhereLevel (Results 1 – 2 of 2) sorted by relevance
245 typedef struct WhereLevel WhereLevel; typedef803 struct WhereLevel { struct832 WhereLevel a[1]; /* Information about each nest loop in the WHERE */ argument
299 static void disableTerm(WhereLevel *pLevel, Expr **ppExpr){ in disableTerm()425 pWInfo = sqliteMalloc( sizeof(WhereInfo) + pTabList->nSrc*sizeof(WhereLevel)); in sqliteWhereBegin()727 WhereLevel *pLevel = &pWInfo->a[i]; in sqliteWhereBegin()1196 WhereLevel *pLevel; in sqliteWhereEnd()