Home
last modified time | relevance | path

Searched defs:pWInfo (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhere.c57 int sqlite3WhereIsDistinct(WhereInfo *pWInfo){ in sqlite3WhereIsDistinct()
69 int sqlite3WhereIsOrdered(WhereInfo *pWInfo){ in sqlite3WhereIsOrdered()
2142 WhereInfo *pWInfo = pWC->pWInfo; in sqlite3WhereLoopPrint() local
2486 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopInsert() local
4131 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddOr() local
4256 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddAll() local
4727 WhereInfo *pWInfo, in whereSortingCost()
5179 WhereInfo *pWInfo; in whereShortCut() local
5348 WhereInfo *pWInfo, in whereOmitNoopJoin()
5427 const WhereInfo *pWInfo in whereCheckIfBloomFilterIsUseful()
[all …]
H A Dwherecode.c238 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()
2685 WhereInfo *pWInfo, in sqlite3WhereRightJoinLoop()
H A Dupdate.c297 WhereInfo *pWInfo = 0; /* Information about the WHERE clause */ in sqlite3Update() local
1199 WhereInfo *pWInfo = 0; in updateVirtualTable() local
H A Dwhereexpr.c644 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ in exprAnalyzeOrTerm() local
1053 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ in exprAnalyze() local
1652 WhereInfo *pWInfo /* The WHERE processing context */ in sqlite3WhereClauseInit()
H A Ddelete.c287 WhereInfo *pWInfo; /* Information about the WHERE clause */ in sqlite3DeleteFrom() local
H A DwhereInt.h344 WhereInfo *pWInfo; /* WHERE clause processing context */ member
413 WhereInfo *pWInfo; /* Information about this WHERE */ member
H A Dfkey.c561 WhereInfo *pWInfo; /* Context used by sqlite3WhereXXX() */ in fkScanChildren() local
H A Dwindow.c2780 WhereInfo *pWInfo, /* Context returned by sqlite3WhereBegin() */ in sqlite3WindowCodeStep()
H A Dselect.c6651 WhereInfo *pWInfo; /* Return from sqlite3WhereBegin() */ in sqlite3Select() local