Searched refs:WhereInfo (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | whereInt.h | 344 WhereInfo *pWInfo; /* WHERE clause processing context */ 413 WhereInfo *pWInfo; /* Information about this WHERE */ 462 struct WhereInfo { struct 515 void *sqlite3WhereMalloc(WhereInfo *pWInfo, u64 nByte); argument 516 void *sqlite3WhereRealloc(WhereInfo *pWInfo, void *pOld, u64 nByte); 528 const WhereInfo *pWInfo, /* WHERE clause */ 548 WhereInfo *pWInfo, /* Complete information about the WHERE clause */ 554 WhereInfo *pWInfo, 560 void sqlite3WhereClauseInit(WhereClause*,WhereInfo*);
|
| H A D | where.c | 69 int sqlite3WhereIsOrdered(WhereInfo *pWInfo){ in sqlite3WhereIsOrdered() 2142 WhereInfo *pWInfo = pWC->pWInfo; in sqlite3WhereLoopPrint() 2486 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopInsert() 4131 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddOr() 4256 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddAll() 4727 WhereInfo *pWInfo, in whereSortingCost() 5179 WhereInfo *pWInfo; in whereShortCut() 5348 WhereInfo *pWInfo, in whereOmitNoopJoin() 5427 const WhereInfo *pWInfo in whereCheckIfBloomFilterIsUseful() 5621 WhereInfo *sqlite3WhereBegin( in sqlite3WhereBegin() [all …]
|
| H A D | sqliteInt.h | 1227 typedef struct WhereInfo WhereInfo; typedef 4737 void sqlite3WhereEnd(WhereInfo*); 4738 LogEst sqlite3WhereOutputRowCount(WhereInfo*); 4739 int sqlite3WhereIsDistinct(WhereInfo*); 4740 int sqlite3WhereIsOrdered(WhereInfo*); 4741 int sqlite3WhereOrderByLimitOptLabel(WhereInfo*); 4743 int sqlite3WhereIsSorted(WhereInfo*); 4744 int sqlite3WhereContinueLabel(WhereInfo*); 4745 int sqlite3WhereBreakLabel(WhereInfo*); 4746 int sqlite3WhereOkOnePass(WhereInfo*, int*); [all …]
|
| H A D | wherecode.c | 238 const WhereInfo *pWInfo, /* WHERE clause */ in sqlite3WhereExplainBloomFilter() 1020 WhereInfo *pWInfo, /* The where clause */ in codeCursorHint() 1149 WhereInfo *pWInfo, /* Where clause context */ in codeDeferredSeek() 1265 WhereInfo *pWInfo, /* Complete information about the WHERE clause */ in filterPullDown() 1319 WhereInfo *pWInfo, /* Complete information about the WHERE clause */ in sqlite3WhereCodeOneLoopStart() 2261 WhereInfo *pSubWInfo; /* Info for single OR-term scan */ in sqlite3WhereCodeOneLoopStart() 2685 WhereInfo *pWInfo, in sqlite3WhereRightJoinLoop() 2694 WhereInfo *pSubWInfo; in sqlite3WhereRightJoinLoop()
|
| H A D | whereexpr.c | 644 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ in exprAnalyzeOrTerm() 1053 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ in exprAnalyze() 1652 WhereInfo *pWInfo /* The WHERE processing context */ in sqlite3WhereClauseInit()
|
| H A D | update.c | 297 WhereInfo *pWInfo = 0; /* Information about the WHERE clause */ in sqlite3Update() 1199 WhereInfo *pWInfo = 0; in updateVirtualTable()
|
| H A D | delete.c | 287 WhereInfo *pWInfo; /* Information about the WHERE clause */ in sqlite3DeleteFrom()
|
| H A D | fkey.c | 561 WhereInfo *pWInfo; /* Context used by sqlite3WhereXXX() */ in fkScanChildren()
|
| H A D | window.c | 2780 WhereInfo *pWInfo, /* Context returned by sqlite3WhereBegin() */ in sqlite3WindowCodeStep()
|
| H A D | select.c | 6651 WhereInfo *pWInfo; /* Return from sqlite3WhereBegin() */ in sqlite3Select()
|