Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwhere.c57 int sqlite3WhereIsDistinct(WhereInfo *pWInfo){ in sqlite3WhereIsDistinct()
69 int sqlite3WhereIsOrdered(WhereInfo *pWInfo){ in sqlite3WhereIsOrdered()
112 int sqlite3WhereContinueLabel(WhereInfo *pWInfo){ in sqlite3WhereContinueLabel()
121 int sqlite3WhereBreakLabel(WhereInfo *pWInfo){ in sqlite3WhereBreakLabel()
1815 WhereInfo *pWInfo = pWC->pWInfo; in sqlite3WhereLoopPrint() local
2150 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopInsert() local
3511 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddOr() local
3631 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddAll() local
4069 WhereInfo *pWInfo, in whereSortingCost()
4514 WhereInfo *pWInfo; in whereShortCut() local
[all …]
H A Dwherecode.c926 WhereInfo *pWInfo, /* The where clause */ in codeCursorHint()
1047 WhereInfo *pWInfo, /* Where clause context */ in codeDeferredSeek()
1126 WhereInfo *pWInfo; /* Complete WHERE clause information */ member
1200 WhereInfo *pWInfo /* Transform expressions in this WHERE clause */ in whereIndexExprTrans()
1287 WhereInfo *pWInfo, /* Complete information about the WHERE clause */ in sqlite3WhereCodeOneLoopStart()
H A Dupdate.c290 WhereInfo *pWInfo = 0; /* Information about the WHERE clause */ in sqlite3Update() local
1173 WhereInfo *pWInfo = 0; in updateVirtualTable() local
H A Dwhereexpr.c633 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ in exprAnalyzeOrTerm() local
1033 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ in exprAnalyze() local
1469 WhereInfo *pWInfo /* The WHERE processing context */ in sqlite3WhereClauseInit()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwhere.c51 int sqlite3WhereIsDistinct(WhereInfo *pWInfo){ in sqlite3WhereIsDistinct()
63 int sqlite3WhereIsOrdered(WhereInfo *pWInfo){ in sqlite3WhereIsOrdered()
132 int sqlite3WhereContinueLabel(WhereInfo *pWInfo){ in sqlite3WhereContinueLabel()
141 int sqlite3WhereBreakLabel(WhereInfo *pWInfo){ in sqlite3WhereBreakLabel()
1835 WhereInfo *pWInfo = pWC->pWInfo; in sqlite3WhereLoopPrint() local
2170 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopInsert() local
3531 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddOr() local
3651 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddAll() local
4089 WhereInfo *pWInfo, in whereSortingCost()
4534 WhereInfo *pWInfo; in whereShortCut() local
[all …]
H A Dwherecode.c926 WhereInfo *pWInfo, /* The where clause */ in codeCursorHint()
1047 WhereInfo *pWInfo, /* Where clause context */ in codeDeferredSeek()
1126 WhereInfo *pWInfo; /* Complete WHERE clause information */ member
1200 WhereInfo *pWInfo /* Transform expressions in this WHERE clause */ in whereIndexExprTrans()
1287 WhereInfo *pWInfo, /* Complete information about the WHERE clause */ in sqlite3WhereCodeOneLoopStart()
H A Dupdate.c290 WhereInfo *pWInfo = 0; /* Information about the WHERE clause */ in sqlite3Update() local
1174 WhereInfo *pWInfo = 0; in updateVirtualTable() local
H A Dwhereexpr.c634 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ in exprAnalyzeOrTerm() local
1305 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ in exprAnalyze() local
1757 WhereInfo *pWInfo /* The WHERE processing context */ in sqlite3WhereClauseInit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwhere.c57 int sqlite3WhereIsDistinct(WhereInfo *pWInfo){ in sqlite3WhereIsDistinct()
65 int sqlite3WhereIsOrdered(WhereInfo *pWInfo){ in sqlite3WhereIsOrdered()
108 int sqlite3WhereContinueLabel(WhereInfo *pWInfo){ in sqlite3WhereContinueLabel()
117 int sqlite3WhereBreakLabel(WhereInfo *pWInfo){ in sqlite3WhereBreakLabel()
1800 WhereInfo *pWInfo = pWC->pWInfo; in sqlite3WhereLoopPrint() local
2135 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopInsert() local
3450 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddOr() local
3570 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddAll() local
4000 WhereInfo *pWInfo, in whereSortingCost()
4432 WhereInfo *pWInfo; in whereShortCut() local
[all …]
H A Dupdate.c153 WhereInfo *pWInfo; /* Information about the WHERE clause */ in sqlite3Update() local
965 WhereInfo *pWInfo; in updateVirtualTable() local
H A Dwherecode.c916 WhereInfo *pWInfo, /* The where clause */ in codeCursorHint()
1037 WhereInfo *pWInfo, /* Where clause context */ in codeDeferredSeek()
1116 WhereInfo *pWInfo; /* Complete WHERE clause information */ member
1190 WhereInfo *pWInfo /* Transform expressions in this WHERE clause */ in whereIndexExprTrans()
1277 WhereInfo *pWInfo, /* Complete information about the WHERE clause */ in sqlite3WhereCodeOneLoopStart()
H A Dwhereexpr.c633 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ in exprAnalyzeOrTerm() local
1033 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ in exprAnalyze() local
1468 WhereInfo *pWInfo /* The WHERE processing context */ in sqlite3WhereClauseInit()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwhere.c42 int sqlite3WhereIsDistinct(WhereInfo *pWInfo){ in sqlite3WhereIsDistinct()
50 int sqlite3WhereIsOrdered(WhereInfo *pWInfo){ in sqlite3WhereIsOrdered()
70 int sqlite3WhereContinueLabel(WhereInfo *pWInfo){ in sqlite3WhereContinueLabel()
79 int sqlite3WhereBreakLabel(WhereInfo *pWInfo){ in sqlite3WhereBreakLabel()
1729 WhereInfo *pWInfo = pWC->pWInfo; in whereLoopPrint() local
2059 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopInsert() local
3284 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddOr() local
3403 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddAll() local
3808 WhereInfo *pWInfo, in whereSortingCost()
4232 WhereInfo *pWInfo; in whereShortCut() local
[all …]
H A Dupdate.c99 WhereInfo *pWInfo; /* Information about the WHERE clause */ in sqlite3Update() local
780 WhereInfo *pWInfo; in updateVirtualTable() local
H A Dwherecode.c859 WhereInfo *pWInfo, /* The where clause */ in codeCursorHint()
980 WhereInfo *pWInfo, /* Where clause context */ in codeDeferredSeek()
1081 WhereInfo *pWInfo /* Transform expressions in this WHERE clause */ in whereIndexExprTrans()
1110 WhereInfo *pWInfo, /* Complete information about the WHERE clause */ in sqlite3WhereCodeOneLoopStart()
H A Dwhereexpr.c522 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ in exprAnalyzeOrTerm() local
916 WhereInfo *pWInfo = pWC->pWInfo; /* WHERE clause processing context */ in exprAnalyze() local
1340 WhereInfo *pWInfo /* The WHERE processing context */ in sqlite3WhereClauseInit()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c57 int sqlite3WhereIsDistinct(WhereInfo *pWInfo){ in sqlite3WhereIsDistinct()
65 int sqlite3WhereIsOrdered(WhereInfo *pWInfo){ in sqlite3WhereIsOrdered()
108 int sqlite3WhereContinueLabel(WhereInfo *pWInfo){ in sqlite3WhereContinueLabel()
117 int sqlite3WhereBreakLabel(WhereInfo *pWInfo){ in sqlite3WhereBreakLabel()
1794 WhereInfo *pWInfo = pWC->pWInfo; in whereLoopPrint() local
2128 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopInsert() local
3424 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddOr() local
3543 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddAll() local
3959 WhereInfo *pWInfo, in whereSortingCost()
4391 WhereInfo *pWInfo; in whereShortCut() local
[all …]
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c57 int sqlite3WhereIsDistinct(WhereInfo *pWInfo){ in sqlite3WhereIsDistinct()
65 int sqlite3WhereIsOrdered(WhereInfo *pWInfo){ in sqlite3WhereIsOrdered()
108 int sqlite3WhereContinueLabel(WhereInfo *pWInfo){ in sqlite3WhereContinueLabel()
117 int sqlite3WhereBreakLabel(WhereInfo *pWInfo){ in sqlite3WhereBreakLabel()
1794 WhereInfo *pWInfo = pWC->pWInfo; in whereLoopPrint() local
2128 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopInsert() local
3424 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddOr() local
3543 WhereInfo *pWInfo = pBuilder->pWInfo; in whereLoopAddAll() local
3959 WhereInfo *pWInfo, in whereSortingCost()
4391 WhereInfo *pWInfo; in whereShortCut() local
[all …]
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dupdate.c37 WhereInfo *pWInfo; /* Information about the WHERE clause */ in sqliteUpdate() local
H A Ddelete.c66 WhereInfo *pWInfo; /* Information about the WHERE clause */ in sqliteDeleteFrom() local
H A Dwhere.c388 WhereInfo *pWInfo; /* Will become the return value of this function */ in sqliteWhereBegin() local
1190 void sqliteWhereEnd(WhereInfo *pWInfo){ in sqliteWhereEnd()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dupdate.c37 WhereInfo *pWInfo; /* Information about the WHERE clause */ in sqliteUpdate() local
H A Ddelete.c66 WhereInfo *pWInfo; /* Information about the WHERE clause */ in sqliteDeleteFrom() local
H A Dwhere.c388 WhereInfo *pWInfo; /* Will become the return value of this function */ in sqliteWhereBegin() local
1190 void sqliteWhereEnd(WhereInfo *pWInfo){ in sqliteWhereEnd()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dupdate.c98 WhereInfo *pWInfo; /* Information about the WHERE clause */ in sqlite3Update() local

12