Home
last modified time | relevance | path

Searched refs:IndexSample (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Danalyze.c568 IndexSample *p = &pIdx->aSample[j]; in sqlite3DeleteIndexSamples()
667 static const int sz = sizeof(IndexSample)*SQLITE_INDEX_SAMPLES; in sqlite3AnalysisLoad()
668 pIdx->aSample = (IndexSample *)sqlite3DbMallocRaw(0, sz); in sqlite3AnalysisLoad()
678 IndexSample *pSample = &pIdx->aSample[iSample]; in sqlite3AnalysisLoad()
H A DsqliteInt.h617 typedef struct IndexSample IndexSample; typedef
1486 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */
1493 struct IndexSample { struct
H A Dwhere.c2285 IndexSample *aSample = pIdx->aSample; in whereRangeRegion()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Danalyze.c1569 IndexSample *p = &pIdx->aSample[j];
1591 IndexSample *aSample = pIdx->aSample;
1592 IndexSample *pFinal = &aSample[pIdx->nSample-1];
1685 IndexSample *pSample; /* A slot in pIdx->aSample[] */
1723 nByte = sizeof(IndexSample) * nSample;
H A DsqliteInt.h1057 typedef struct IndexSample IndexSample; typedef
2160 IndexSample *aSample; /* Samples of the left-most key */
2190 struct IndexSample { struct
H A Dwhere.c1039 IndexSample *aSample = pIdx->aSample; in whereKeyStats()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Danalyze.c1546 IndexSample *p = &pIdx->aSample[j];
1568 IndexSample *aSample = pIdx->aSample;
1569 IndexSample *pFinal = &aSample[pIdx->nSample-1];
1660 IndexSample *pSample; /* A slot in pIdx->aSample[] */
1694 nByte = sizeof(IndexSample) * nSample;
H A DsqliteInt.h1088 typedef struct IndexSample IndexSample; typedef
2406 IndexSample *aSample; /* Samples of the left-most key */
2438 struct IndexSample { struct
H A Dwhere.c1099 IndexSample *aSample = pIdx->aSample; in whereKeyStats()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Danalyze.c1616 IndexSample *p = &pIdx->aSample[j];
1638 IndexSample *aSample = pIdx->aSample;
1639 IndexSample *pFinal = &aSample[pIdx->nSample-1];
1730 IndexSample *pSample; /* A slot in pIdx->aSample[] */
1764 nByte = sizeof(IndexSample) * nSample;
H A DsqliteInt.h1152 typedef struct IndexSample IndexSample; typedef
2508 IndexSample *aSample; /* Samples of the left-most key */
2540 struct IndexSample { struct
H A Dwhere.c1134 IndexSample *aSample = pIdx->aSample; in whereKeyStats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Danalyze.c1616 IndexSample *p = &pIdx->aSample[j];
1638 IndexSample *aSample = pIdx->aSample;
1639 IndexSample *pFinal = &aSample[pIdx->nSample-1];
1730 IndexSample *pSample; /* A slot in pIdx->aSample[] */
1764 nByte = sizeof(IndexSample) * nSample;
H A DsqliteInt.h1124 typedef struct IndexSample IndexSample; typedef
2449 IndexSample *aSample; /* Samples of the left-most key */
2481 struct IndexSample { struct
H A Dwhere.c1114 IndexSample *aSample = pIdx->aSample; in whereKeyStats()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h613 typedef struct IndexSample IndexSample; typedef
1487 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */
1494 struct IndexSample {
H A Dsqlite3.amalgamation.c1134 typedef struct IndexSample IndexSample; typedef
3362 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */
3369 struct IndexSample { struct
60513 IndexSample *p = &pIdx->aSample[j];
60612 static const int sz = sizeof(IndexSample)*SQLITE_INDEX_SAMPLES;
60613 pIdx->aSample = (IndexSample *)sqlite3DbMallocRaw(0, sz);
60623 IndexSample *pSample = &pIdx->aSample[iSample];
84451 IndexSample *aSample = pIdx->aSample;
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c1101 IndexSample *aSample = pIdx->aSample; in whereKeyStats()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c1101 IndexSample *aSample = pIdx->aSample; in whereKeyStats()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c6793 typedef struct IndexSample IndexSample; typedef
8961 IndexSample *aSample; /* Array of VTK_SQLITE_INDEX_SAMPLES samples */
8968 struct IndexSample { struct
65297 IndexSample *p = &pIdx->aSample[j];
65399 static const int sz = sizeof(IndexSample)*VTK_SQLITE_INDEX_SAMPLES;
65400 pIdx->aSample = (IndexSample *)vtk_sqlite3DbMallocZero(dbMem, sz);
65409 IndexSample *pSample = &pIdx->aSample[iSample];
88500 IndexSample *aSample = pIdx->aSample;
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c7587 typedef struct IndexSample IndexSample; typedef
9587 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */
9594 struct IndexSample { struct
66959 IndexSample *p = &pIdx->aSample[j];
67058 static const int sz = sizeof(IndexSample)*SQLITE_INDEX_SAMPLES;
67059 pIdx->aSample = (IndexSample *)sqlite3DbMallocRaw(0, sz);
67069 IndexSample *pSample = &pIdx->aSample[iSample];
91036 IndexSample *aSample = pIdx->aSample;
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c8672 typedef struct IndexSample IndexSample; typedef
11059 IndexSample *aSample; /* Samples of the left-most key */
11068 struct IndexSample { struct
83649 IndexSample *p = &pIdx->aSample[j];
83671 IndexSample *aSample = pIdx->aSample;
83672 IndexSample *pFinal = &aSample[pIdx->nSample-1];
83743 IndexSample *pSample; /* A slot in pIdx->aSample[] */
83778 nByte = sizeof(IndexSample) * nSample;
111288 IndexSample *aSample = pIdx->aSample;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c8781 typedef struct IndexSample IndexSample; typedef
11162 IndexSample *aSample; /* Samples of the left-most key */
11181 struct IndexSample { struct
84165 IndexSample *p = &pIdx->aSample[j];
84187 IndexSample *aSample = pIdx->aSample;
84188 IndexSample *pFinal = &aSample[pIdx->nSample-1];
84259 IndexSample *pSample; /* A slot in pIdx->aSample[] */
84294 nByte = sizeof(IndexSample) * nSample;
111940 IndexSample *aSample = pIdx->aSample;
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c8797 typedef struct IndexSample IndexSample; typedef
11183 IndexSample *aSample; /* Samples of the left-most key */
11205 struct IndexSample { struct
84948 IndexSample *p = &pIdx->aSample[j];
84970 IndexSample *aSample = pIdx->aSample;
84971 IndexSample *pFinal = &aSample[pIdx->nSample-1];
85050 IndexSample *pSample; /* A slot in pIdx->aSample[] */
85088 nByte = sizeof(IndexSample) * nSample;
112794 IndexSample *aSample = pIdx->aSample;
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c8781 typedef struct IndexSample IndexSample; typedef
11162 IndexSample *aSample; /* Samples of the left-most key */
11181 struct IndexSample { struct
84165 IndexSample *p = &pIdx->aSample[j];
84187 IndexSample *aSample = pIdx->aSample;
84188 IndexSample *pFinal = &aSample[pIdx->nSample-1];
84259 IndexSample *pSample; /* A slot in pIdx->aSample[] */
84294 nByte = sizeof(IndexSample) * nSample;
111940 IndexSample *aSample = pIdx->aSample;

1234567