Lines Matching refs:WhereLoopBuilder
1803 WhereLoopBuilder *pBuilder, in whereRangeScanEst()
1984 WhereLoopBuilder *pBuilder, in whereEqualScanEst()
2048 WhereLoopBuilder *pBuilder, in whereInScanEst()
2484 static int whereLoopInsert(WhereLoopBuilder *pBuilder, WhereLoop *pTemplate){ in whereLoopInsert()
2785 WhereLoopBuilder *pBuilder, /* The WhereLoop factory */ in whereLoopAddBtreeIndex()
3186 WhereLoopBuilder *pBuilder, in indexMightHelpWithOrderBy()
3375 WhereLoopBuilder *pBuilder, /* WHERE clause information */ in whereLoopAddBtree()
3672 WhereLoopBuilder *pBuilder, in whereLoopAddVirtualOne()
3996 WhereLoopBuilder *pBuilder, /* WHERE clause information */ in whereLoopAddVirtual()
4127 WhereLoopBuilder *pBuilder, in whereLoopAddOr()
4138 WhereLoopBuilder sSubBuild; in whereLoopAddOr()
4255 static int whereLoopAddAll(WhereLoopBuilder *pBuilder){ in whereLoopAddAll()
5178 static int whereShortCut(WhereLoopBuilder *pBuilder){ in whereShortCut()
5637 WhereLoopBuilder sWLB; /* The WhereLoop builder */ in sqlite3WhereBegin()