Home
last modified time | relevance | path

Searched refs:WhereLevel (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DwhereInt.h27 typedef struct WhereLevel WhereLevel; typedef
51 struct WhereLevel { struct
482 WhereLevel a[1]; /* Information about each nest loop in WHERE */
510 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */
520 WhereLevel *pLvl, /* Level to add scanstatus() entry for */
531 WhereLevel *pLevel, /* The current level pointer */
H A Dwherecode.c124 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */ in sqlite3WhereExplainOneScan()
237 WhereLevel *pLvl, /* Level to add scanstatus() entry for */ in sqlite3WhereAddScanStatus()
296 static void disableTerm(WhereLevel *pLevel, WhereTerm *pTerm){ in disableTerm()
496 WhereLevel *pLevel, /* The level of the FROM clause we are working on */ in codeEqualityTerm()
676 WhereLevel *pLevel, /* Which nested loop of the FROM we are coding */ in codeAllEqualityTerms()
796 WhereLevel *pLevel, /* The loop that contains the LIKE operator */ in whereLikeOptimizationStringFixup()
927 WhereLevel *pLevel, /* Which loop to provide hints for */ in codeCursorHint()
1289 WhereLevel *pLevel, /* The current level pointer */ in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c91 WhereLevel *pInner; in sqlite3WhereOrderByLimitOptLabel()
114 WhereLevel *pInner; in sqlite3WhereMinMaxOptEarlyOut()
733 WhereLevel *pLevel /* Write new index here */ in constructAutomaticIndex()
1969 WhereLevel *pLevel = &pWInfo->a[i]; in whereInfoFree()
4448 WhereLevel *pLevel = pWInfo->a + iLoop; in wherePathSolver()
4765 WhereLevel *pLevel; /* A single level in pWInfo->a[] */ in sqlite3WhereBegin()
4819 nByteWInfo = ROUND8(sizeof(WhereInfo)+(nTabList-1)*sizeof(WhereLevel)); in sqlite3WhereBegin()
4839 memset(&pWInfo->a[0], 0, sizeof(WhereLoop)+nTabList*sizeof(WhereLevel)); in sqlite3WhereBegin()
5094 int nByte = (pWInfo->nLevel-1-i) * sizeof(WhereLevel); in sqlite3WhereBegin()
5348 WhereLevel *pLevel; in sqlite3WhereEnd()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DwhereInt.h40 typedef struct WhereLevel WhereLevel; typedef
64 struct WhereLevel { struct
487 WhereLevel a[1]; /* Information about each nest loop in WHERE */
515 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */
525 WhereLevel *pLvl, /* Level to add scanstatus() entry for */
536 WhereLevel *pLevel, /* The current level pointer */
H A Dwherecode.c124 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */ in sqlite3WhereExplainOneScan()
237 WhereLevel *pLvl, /* Level to add scanstatus() entry for */ in sqlite3WhereAddScanStatus()
296 static void disableTerm(WhereLevel *pLevel, WhereTerm *pTerm){ in disableTerm()
496 WhereLevel *pLevel, /* The level of the FROM clause we are working on */ in codeEqualityTerm()
666 WhereLevel *pLevel, /* Which nested loop of the FROM we are coding */ in codeAllEqualityTerms()
786 WhereLevel *pLevel, /* The loop that contains the LIKE operator */ in whereLikeOptimizationStringFixup()
917 WhereLevel *pLevel, /* Which loop to provide hints for */ in codeCursorHint()
1279 WhereLevel *pLevel, /* The current level pointer */ in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c93 WhereLevel *pInner; in sqlite3WhereOrderByLimitOptLabel()
698 WhereLevel *pLevel /* Write new index here */ in constructAutomaticIndex()
1934 WhereLevel *pLevel = &pWInfo->a[i]; in whereInfoFree()
4351 WhereLevel *pLevel = pWInfo->a + iLoop; in wherePathSolver()
4641 WhereLevel *pLevel; /* A single level in pWInfo->a[] */ in sqlite3WhereBegin()
4695 nByteWInfo = ROUND8(sizeof(WhereInfo)+(nTabList-1)*sizeof(WhereLevel)); in sqlite3WhereBegin()
4715 memset(&pWInfo->a[0], 0, sizeof(WhereLoop)+nTabList*sizeof(WhereLevel)); in sqlite3WhereBegin()
4961 int nByte = (pWInfo->nLevel-1-i) * sizeof(WhereLevel); in sqlite3WhereBegin()
5213 WhereLevel *pLevel; in sqlite3WhereEnd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DwhereInt.h40 typedef struct WhereLevel WhereLevel; typedef
64 struct WhereLevel { struct
499 WhereLevel a[1]; /* Information about each nest loop in WHERE */
527 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */
537 WhereLevel *pLvl, /* Level to add scanstatus() entry for */
548 WhereLevel *pLevel, /* The current level pointer */
H A Dwherecode.c124 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */ in sqlite3WhereExplainOneScan()
237 WhereLevel *pLvl, /* Level to add scanstatus() entry for */ in sqlite3WhereAddScanStatus()
296 static void disableTerm(WhereLevel *pLevel, WhereTerm *pTerm){ in disableTerm()
496 WhereLevel *pLevel, /* The level of the FROM clause we are working on */ in codeEqualityTerm()
676 WhereLevel *pLevel, /* Which nested loop of the FROM we are coding */ in codeAllEqualityTerms()
796 WhereLevel *pLevel, /* The loop that contains the LIKE operator */ in whereLikeOptimizationStringFixup()
927 WhereLevel *pLevel, /* Which loop to provide hints for */ in codeCursorHint()
1289 WhereLevel *pLevel, /* The current level pointer */ in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c97 WhereLevel *pInner; in sqlite3WhereOrderByLimitOptLabel()
713 WhereLevel *pLevel /* Write new index here */ in constructAutomaticIndex()
1949 WhereLevel *pLevel = &pWInfo->a[i]; in whereInfoFree()
4428 WhereLevel *pLevel = pWInfo->a + iLoop; in wherePathSolver()
4745 WhereLevel *pLevel; /* A single level in pWInfo->a[] */ in sqlite3WhereBegin()
4799 nByteWInfo = ROUND8(sizeof(WhereInfo)+(nTabList-1)*sizeof(WhereLevel)); in sqlite3WhereBegin()
4819 memset(&pWInfo->a[0], 0, sizeof(WhereLoop)+nTabList*sizeof(WhereLevel)); in sqlite3WhereBegin()
5074 int nByte = (pWInfo->nLevel-1-i) * sizeof(WhereLevel); in sqlite3WhereBegin()
5328 WhereLevel *pLevel; in sqlite3WhereEnd()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DwhereInt.h38 typedef struct WhereLevel WhereLevel; typedef
62 struct WhereLevel { struct
443 WhereLevel a[1]; /* Information about each nest loop in WHERE */
469 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */
481 WhereLevel *pLvl, /* Level to add scanstatus() entry for */
H A Dwherecode.c124 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */ in sqlite3WhereExplainOneScan()
236 WhereLevel *pLvl, /* Level to add scanstatus() entry for */ in sqlite3WhereAddScanStatus()
295 static void disableTerm(WhereLevel *pLevel, WhereTerm *pTerm){ in disableTerm()
397 WhereLevel *pLevel, /* The level of the FROM clause we are working on */ in codeEqualityTerm()
606 WhereLevel *pLevel, /* Which nested loop of the FROM we are coding */ in codeAllEqualityTerms()
726 WhereLevel *pLevel, /* The loop that contains the LIKE operator */ in whereLikeOptimizationStringFixup()
860 WhereLevel *pLevel, /* Which loop to provide hints for */ in codeCursorHint()
1119 WhereLevel *pLevel; /* The where level to be coded */ in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c641 WhereLevel *pLevel /* Write new index here */ in constructAutomaticIndex()
1863 WhereLevel *pLevel = &pWInfo->a[i]; in whereInfoFree()
4152 WhereLevel *pLevel = pWInfo->a + iLoop; in wherePathSolver()
4440 WhereLevel *pLevel; /* A single level in pWInfo->a[] */ in sqlite3WhereBegin()
4494 nByteWInfo = ROUND8(sizeof(WhereInfo)+(nTabList-1)*sizeof(WhereLevel)); in sqlite3WhereBegin()
4514 memset(&pWInfo->a[0], 0, sizeof(WhereLoop)+nTabList*sizeof(WhereLevel)); in sqlite3WhereBegin()
4903 WhereLevel *pLevel; in sqlite3WhereEnd()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A DsqliteInt.h242 typedef struct WhereLevel WhereLevel; typedef
800 struct WhereLevel { struct
829 WhereLevel a[1]; /* Information about each nest loop in the WHERE */ argument
H A Dwhere.c296 static void disableTerm(WhereLevel *pLevel, Expr **ppExpr){ in disableTerm()
422 pWInfo = sqliteMalloc( sizeof(WhereInfo) + pTabList->nSrc*sizeof(WhereLevel)); in sqliteWhereBegin()
724 WhereLevel *pLevel = &pWInfo->a[i]; in sqliteWhereBegin()
1193 WhereLevel *pLevel; in sqliteWhereEnd()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A DsqliteInt.h242 typedef struct WhereLevel WhereLevel; typedef
800 struct WhereLevel { struct
829 WhereLevel a[1]; /* Information about each nest loop in the WHERE */ argument
H A Dwhere.c296 static void disableTerm(WhereLevel *pLevel, Expr **ppExpr){ in disableTerm()
422 pWInfo = sqliteMalloc( sizeof(WhereInfo) + pTabList->nSrc*sizeof(WhereLevel)); in sqliteWhereBegin()
724 WhereLevel *pLevel = &pWInfo->a[i]; in sqliteWhereBegin()
1193 WhereLevel *pLevel; in sqliteWhereEnd()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h238 typedef struct WhereLevel WhereLevel; typedef
796 struct WhereLevel { struct
825 WhereLevel a[1]; /* Information about each nest loop in the WHERE */ argument
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h434 typedef struct WhereLevel WhereLevel; typedef
1308 struct WhereLevel { struct
1360 WhereLevel a[1]; /* Information about each nest loop in the WHERE */
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dwhere.c1803 WhereLevel *pLevel /* Write new index here */ in constructAutomaticIndex()
3198 static void disableTerm(WhereLevel *pLevel, WhereTerm *pTerm){ in disableTerm()
3267 WhereLevel *pLevel, /* When level of the FROM clause we are working on */ in codeEqualityTerm()
3359 WhereLevel *pLevel, /* Which nested loop of the FROM we are coding */ in codeAllEqualityTerms()
3470 static char *explainIndexRange(sqlite3 *db, WhereLevel *pLevel, Table *pTab){ in explainIndexRange()
3509 WhereLevel *pLevel, /* Scan to write OP_Explain opcode for */ in explainOneScan()
3600 WhereLevel *pLevel; /* The where level to be coded */ in codeOneLoopStart()
4382 WhereLevel *pLevel; /* A single level in the pWInfo list */ in sqlite3WhereBegin()
4411 nByteWInfo = ROUND8(sizeof(WhereInfo)+(nTabList-1)*sizeof(WhereLevel)); in sqlite3WhereBegin()
4868 WhereLevel *pLevel; in sqlite3WhereEnd()
H A DsqliteInt.h641 typedef struct WhereLevel WhereLevel; typedef
1908 struct WhereLevel { struct
1973 WhereLevel a[1]; /* Information about each nest loop in WHERE */
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h637 typedef struct WhereLevel WhereLevel; typedef
1909 struct WhereLevel {
1974 WhereLevel a[1]; /* Information about each nest loop in WHERE */
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c93 WhereLevel *pInner; in sqlite3WhereOrderByLimitOptLabel()
690 WhereLevel *pLevel /* Write new index here */ in constructAutomaticIndex()
1928 WhereLevel *pLevel = &pWInfo->a[i]; in whereInfoFree()
4310 WhereLevel *pLevel = pWInfo->a + iLoop; in wherePathSolver()
4600 WhereLevel *pLevel; /* A single level in pWInfo->a[] */ in sqlite3WhereBegin()
4654 nByteWInfo = ROUND8(sizeof(WhereInfo)+(nTabList-1)*sizeof(WhereLevel)); in sqlite3WhereBegin()
4674 memset(&pWInfo->a[0], 0, sizeof(WhereLoop)+nTabList*sizeof(WhereLevel)); in sqlite3WhereBegin()
4919 int nByte = (pWInfo->nLevel-1-i) * sizeof(WhereLevel); in sqlite3WhereBegin()
5158 WhereLevel *pLevel; in sqlite3WhereEnd()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c93 WhereLevel *pInner; in sqlite3WhereOrderByLimitOptLabel()
690 WhereLevel *pLevel /* Write new index here */ in constructAutomaticIndex()
1928 WhereLevel *pLevel = &pWInfo->a[i]; in whereInfoFree()
4310 WhereLevel *pLevel = pWInfo->a + iLoop; in wherePathSolver()
4600 WhereLevel *pLevel; /* A single level in pWInfo->a[] */ in sqlite3WhereBegin()
4654 nByteWInfo = ROUND8(sizeof(WhereInfo)+(nTabList-1)*sizeof(WhereLevel)); in sqlite3WhereBegin()
4674 memset(&pWInfo->a[0], 0, sizeof(WhereLoop)+nTabList*sizeof(WhereLevel)); in sqlite3WhereBegin()
4919 int nByte = (pWInfo->nLevel-1-i) * sizeof(WhereLevel); in sqlite3WhereBegin()
5158 WhereLevel *pLevel; in sqlite3WhereEnd()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c146819 typedef struct WhereLevel WhereLevel;
146843 struct WhereLevel {
147331 WhereLevel *pLevel, /* The current level pointer */
148783 WhereLevel *pLevel = &pWInfo->a[iLevel];
148827 WhereLevel *pLevel, /* The current level pointer */
152038 WhereLevel *pInner;
152061 WhereLevel *pInner;
152707 WhereLevel *pLevel /* Write new index here */
154158 WhereLevel *pLevel = &pWInfo->a[i];
156805 WhereLevel *pLevel = pWInfo->a + iLoop;
[all …]
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c116926 typedef struct WhereLevel WhereLevel;
116950 struct WhereLevel {
117673 static void disableTerm(WhereLevel *pLevel, WhereTerm *pTerm){
117864 WhereLevel *pLevel, /* Which nested loop of the FROM we are coding */
117974 WhereLevel *pLevel, /* The loop that contains the LIKE operator */
118004 WhereLevel *pLevel; /* The where level to be coded */
120722 WhereLevel *pLevel /* Write new index here */
121874 WhereLevel *pLevel = &pWInfo->a[i];
123829 WhereLevel *pLevel = pWInfo->a + iLoop;
124072 WhereLevel *pLevel; /* A single level in pWInfo->a[] */
[all …]

12345678