Searched refs:WhereLevel (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h245 typedef struct WhereLevel WhereLevel; typedef in typeref:struct:WhereLevel
803 struct WhereLevel { struct
832 WhereLevel a[1]; /* Information about each nest loop in the WHERE */
H A Dwhere.c299 static void disableTerm(WhereLevel *pLevel, Expr **ppExpr){
425 pWInfo = sqliteMalloc( sizeof(WhereInfo) + pTabList->nSrc*sizeof(WhereLevel));
727 WhereLevel *pLevel = &pWInfo->a[i];
1196 WhereLevel *pLevel;

Completed in 67 milliseconds