Lines Matching refs:WhereLevel
163065 typedef struct WhereLevel WhereLevel; typedef
163111 struct WhereLevel { struct
163546 WhereLevel a[FLEXARRAY]; /* Information about each nest loop in WHERE */
163552 #define SZ_WHEREINFO(N) ROUND8(offsetof(WhereInfo,a)+(N)*sizeof(WhereLevel))
163581 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */
163587 const WhereLevel *pLevel /* Bloom filter on this level */
163593 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */
163605 WhereLevel *pLvl, /* Level to add scanstatus() entry for */
163616 WhereLevel *pLevel, /* The current level pointer */
163622 WhereLevel *pLevel
163809 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */
163936 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */
163971 const WhereLevel *pLevel /* Bloom filter on this level */
164024 WhereLevel *pLvl, /* Level to add scanstatus() entry for */
164107 static void disableTerm(WhereLevel *pLevel, WhereTerm *pTerm){
164359 WhereLevel *pLevel, /* The level of the FROM clause we are working on */
164494 WhereLevel *pLevel, /* The level of the FROM clause we are working on */
164582 WhereLevel *pLevel, /* Which nested loop of the FROM we are coding */
164705 WhereLevel *pLevel, /* The loop that contains the LIKE operator */
164837 WhereLevel *pLevel, /* Which loop to provide hints for */
165088 WhereLevel *pLevel = &pWInfo->a[iLevel];
165159 WhereLevel *pLevel, /* The current level pointer */
166532 WhereLevel *pLevel
168692 WhereLevel *pInner;
168715 WhereLevel *pInner;
169580 WhereLevel *pLevel /* Write new index here */
169866 WhereLevel *pLevel, /* Make a Bloom filter for this FROM term */
174770 WhereLevel *pLevel = pWInfo->a + iLoop;
175185 int nByte = (pWInfo->nLevel-1-i) * sizeof(WhereLevel);
175436 WhereLevel *pLevel; /* A single level in pWInfo->a[] */
175510 memset(&pWInfo->a[0], 0, sizeof(WhereLoop)+nTabList*sizeof(WhereLevel));
176113 WhereLevel *pLevel;