Lines Matching refs:WhereLevel
140172 typedef struct WhereLevel WhereLevel;
140196 struct WhereLevel {
140628 WhereLevel a[1]; /* Information about each nest loop in WHERE */
140656 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */
140666 WhereLevel *pLvl, /* Level to add scanstatus() entry for */
140677 WhereLevel *pLevel, /* The current level pointer */
140858 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */
140971 WhereLevel *pLvl, /* Level to add scanstatus() entry for */
141030 static void disableTerm(WhereLevel *pLevel, WhereTerm *pTerm){
141230 WhereLevel *pLevel, /* The level of the FROM clause we are working on */
141400 WhereLevel *pLevel, /* Which nested loop of the FROM we are coding */
141520 WhereLevel *pLevel, /* The loop that contains the LIKE operator */
141651 WhereLevel *pLevel, /* Which loop to provide hints for */
142013 WhereLevel *pLevel, /* The current level pointer */
144916 WhereLevel *pInner;
145521 WhereLevel *pLevel /* Write new index here */
146757 WhereLevel *pLevel = &pWInfo->a[i];
149204 WhereLevel *pLevel = pWInfo->a + iLoop;
149516 WhereLevel *pLevel; /* A single level in pWInfo->a[] */
149570 nByteWInfo = ROUND8(sizeof(WhereInfo)+(nTabList-1)*sizeof(WhereLevel));
149590 memset(&pWInfo->a[0], 0, sizeof(WhereLoop)+nTabList*sizeof(WhereLevel));
149845 int nByte = (pWInfo->nLevel-1-i) * sizeof(WhereLevel);
150097 WhereLevel *pLevel;