Home
last modified time | relevance | path

Searched refs:aiRowLogEst (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwhere.c1283 iUpper = sqlite3LogEstToInt(pIdx->aiRowLogEst[0]); in whereKeyStats()
1747 i64 nRow0 = sqlite3LogEstToInt(p->aiRowLogEst[0]); in whereInScanEst()
2501 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtreeIndex()
2592 M = pProbe->aiRowLogEst[saved_nEq]; in whereLoopAddBtreeIndex()
2704 && pNew->nOut+10 > pProbe->aiRowLogEst[0] in whereLoopAddBtreeIndex()
2728 pNew->nOut += (pProbe->aiRowLogEst[nEq] - pProbe->aiRowLogEst[nEq-1]); in whereLoopAddBtreeIndex()
2799 && pProbe->aiRowLogEst[saved_nEq+1]>=42 /* TUNING: Minimum for skip-scan */ in whereLoopAddBtreeIndex()
2807 nIter = pProbe->aiRowLogEst[saved_nEq] - pProbe->aiRowLogEst[saved_nEq+1]; in whereLoopAddBtreeIndex()
2972 sPk.aiRowLogEst = aiRowEstPk; in whereLoopAddBtree()
3056 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtree()
[all …]
H A Danalyze.c1587 decodeIntArray((char*)z, nCol, aiRowEst, pIndex->aiRowLogEst, pIndex);
1590 pTable->nRowLogEst = pIndex->aiRowLogEst[0];
H A Dbuild.c2007 memcpy(zExtra, pIdx->aiRowLogEst, sizeof(LogEst)*(pIdx->nKeyCol+1)); in resizeIndexObject()
2008 pIdx->aiRowLogEst = (LogEst*)zExtra; in resizeIndexObject()
3555 p->aiRowLogEst = (LogEst*)pExtra; pExtra += sizeof(LogEst)*(nCol+1); in sqlite3AllocateIndexObject()
3829 assert( EIGHT_BYTE_ALIGNMENT(pIndex->aiRowLogEst) ); in sqlite3CreateIndex()
4208 LogEst *a = pIdx->aiRowLogEst; in sqlite3DefaultRowEst()
H A Dpragma.c1212 pIdx->aiRowLogEst[0], in sqlite3Pragma()
H A Dwherecode.c1829 (pIdx->aiRowLogEst[0]+9)/10); in sqlite3WhereCodeOneLoopStart()
H A DsqliteInt.h2480 LogEst *aiRowLogEst; /* From ANALYZE: Est. rows selected by each column */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwhere.c1263 iUpper = sqlite3LogEstToInt(pIdx->aiRowLogEst[0]); in whereKeyStats()
1727 i64 nRow0 = sqlite3LogEstToInt(p->aiRowLogEst[0]); in whereInScanEst()
2481 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtreeIndex()
2572 M = pProbe->aiRowLogEst[saved_nEq]; in whereLoopAddBtreeIndex()
2684 && pNew->nOut+10 > pProbe->aiRowLogEst[0] in whereLoopAddBtreeIndex()
2708 pNew->nOut += (pProbe->aiRowLogEst[nEq] - pProbe->aiRowLogEst[nEq-1]); in whereLoopAddBtreeIndex()
2779 && pProbe->aiRowLogEst[saved_nEq+1]>=42 /* TUNING: Minimum for skip-scan */ in whereLoopAddBtreeIndex()
2787 nIter = pProbe->aiRowLogEst[saved_nEq] - pProbe->aiRowLogEst[saved_nEq+1]; in whereLoopAddBtreeIndex()
2952 sPk.aiRowLogEst = aiRowEstPk; in whereLoopAddBtree()
3036 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtree()
[all …]
H A Dbuild.c1900 memcpy(zExtra, pIdx->aiRowLogEst, sizeof(LogEst)*(pIdx->nKeyCol+1)); in resizeIndexObject()
1901 pIdx->aiRowLogEst = (LogEst*)zExtra; in resizeIndexObject()
3449 p->aiRowLogEst = (LogEst*)pExtra; pExtra += sizeof(LogEst)*(nCol+1); in sqlite3AllocateIndexObject()
3723 assert( EIGHT_BYTE_ALIGNMENT(pIndex->aiRowLogEst) ); in sqlite3CreateIndex()
4088 LogEst *a = pIdx->aiRowLogEst; in sqlite3DefaultRowEst()
H A Danalyze.c1587 decodeIntArray((char*)z, nCol, aiRowEst, pIndex->aiRowLogEst, pIndex);
1590 pTable->nRowLogEst = pIndex->aiRowLogEst[0];
H A Dpragma.c1212 pIdx->aiRowLogEst[0], in sqlite3Pragma()
H A Dwherecode.c1823 (pIdx->aiRowLogEst[0]+9)/10); in sqlite3WhereCodeOneLoopStart()
H A DsqliteInt.h2421 LogEst *aiRowLogEst; /* From ANALYZE: Est. rows selected by each column */ member
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwhere.c1188 iUpper = sqlite3LogEstToInt(pIdx->aiRowLogEst[0]); in whereKeyStats()
1649 i64 nRow0 = sqlite3LogEstToInt(p->aiRowLogEst[0]); in whereInScanEst()
2373 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtreeIndex()
2545 pNew->nOut += (pProbe->aiRowLogEst[nEq] - pProbe->aiRowLogEst[nEq-1]); in whereLoopAddBtreeIndex()
2612 && pProbe->aiRowLogEst[saved_nEq+1]>=42 /* TUNING: Minimum for skip-scan */ in whereLoopAddBtreeIndex()
2620 nIter = pProbe->aiRowLogEst[saved_nEq] - pProbe->aiRowLogEst[saved_nEq+1]; in whereLoopAddBtreeIndex()
2795 sPk.aiRowLogEst = aiRowEstPk; in whereLoopAddBtree()
2870 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtree()
4925 && pIdx->aiRowLogEst[n]>=36 in sqlite3WhereEnd()
H A Danalyze.c1540 decodeIntArray((char*)z, nCol, aiRowEst, pIndex->aiRowLogEst, pIndex);
1543 pTable->nRowLogEst = pIndex->aiRowLogEst[0];
H A Dbuild.c2875 p->aiRowLogEst = (LogEst*)pExtra; pExtra += sizeof(LogEst)*(nCol+1); in sqlite3AllocateIndexObject()
3118 assert( EIGHT_BYTE_ALIGNMENT(pIndex->aiRowLogEst) ); in sqlite3CreateIndex()
3458 LogEst *a = pIdx->aiRowLogEst; in sqlite3DefaultRowEst()
H A Dpragma.c1153 pIdx->aiRowLogEst[0], in sqlite3Pragma()
H A DsqliteInt.h2135 LogEst *aiRowLogEst; /* From ANALYZE: Est. rows selected by each column */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwhere.c1248 iUpper = sqlite3LogEstToInt(pIdx->aiRowLogEst[0]); in whereKeyStats()
1712 i64 nRow0 = sqlite3LogEstToInt(p->aiRowLogEst[0]); in whereInScanEst()
2461 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtreeIndex()
2551 M = pProbe->aiRowLogEst[saved_nEq]; in whereLoopAddBtreeIndex()
2666 pNew->nOut += (pProbe->aiRowLogEst[nEq] - pProbe->aiRowLogEst[nEq-1]); in whereLoopAddBtreeIndex()
2736 && pProbe->aiRowLogEst[saved_nEq+1]>=42 /* TUNING: Minimum for skip-scan */ in whereLoopAddBtreeIndex()
2744 nIter = pProbe->aiRowLogEst[saved_nEq] - pProbe->aiRowLogEst[saved_nEq+1]; in whereLoopAddBtreeIndex()
2908 sPk.aiRowLogEst = aiRowEstPk; in whereLoopAddBtree()
2992 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtree()
5235 && pIdx->aiRowLogEst[n]>=36 in sqlite3WhereEnd()
H A Danalyze.c1517 decodeIntArray((char*)z, nCol, aiRowEst, pIndex->aiRowLogEst, pIndex);
1520 pTable->nRowLogEst = pIndex->aiRowLogEst[0];
H A Dbuild.c3346 p->aiRowLogEst = (LogEst*)pExtra; pExtra += sizeof(LogEst)*(nCol+1); in sqlite3AllocateIndexObject()
3623 assert( EIGHT_BYTE_ALIGNMENT(pIndex->aiRowLogEst) ); in sqlite3CreateIndex()
3988 LogEst *a = pIdx->aiRowLogEst; in sqlite3DefaultRowEst()
H A Dpragma.c1205 pIdx->aiRowLogEst[0], in sqlite3Pragma()
H A DsqliteInt.h2378 LogEst *aiRowLogEst; /* From ANALYZE: Est. rows selected by each column */ member
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c1250 iUpper = sqlite3LogEstToInt(pIdx->aiRowLogEst[0]); in whereKeyStats()
1714 i64 nRow0 = sqlite3LogEstToInt(p->aiRowLogEst[0]); in whereInScanEst()
2451 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtreeIndex()
2543 M = pProbe->aiRowLogEst[saved_nEq]; in whereLoopAddBtreeIndex()
2658 pNew->nOut += (pProbe->aiRowLogEst[nEq] - pProbe->aiRowLogEst[nEq-1]); in whereLoopAddBtreeIndex()
2726 && pProbe->aiRowLogEst[saved_nEq+1]>=42 /* TUNING: Minimum for skip-scan */ in whereLoopAddBtreeIndex()
2734 nIter = pProbe->aiRowLogEst[saved_nEq] - pProbe->aiRowLogEst[saved_nEq+1]; in whereLoopAddBtreeIndex()
2891 sPk.aiRowLogEst = aiRowEstPk; in whereLoopAddBtree()
2972 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtree()
5180 && pIdx->aiRowLogEst[n]>=36 in sqlite3WhereEnd()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c1250 iUpper = sqlite3LogEstToInt(pIdx->aiRowLogEst[0]); in whereKeyStats()
1714 i64 nRow0 = sqlite3LogEstToInt(p->aiRowLogEst[0]); in whereInScanEst()
2451 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtreeIndex()
2543 M = pProbe->aiRowLogEst[saved_nEq]; in whereLoopAddBtreeIndex()
2658 pNew->nOut += (pProbe->aiRowLogEst[nEq] - pProbe->aiRowLogEst[nEq-1]); in whereLoopAddBtreeIndex()
2726 && pProbe->aiRowLogEst[saved_nEq+1]>=42 /* TUNING: Minimum for skip-scan */ in whereLoopAddBtreeIndex()
2734 nIter = pProbe->aiRowLogEst[saved_nEq] - pProbe->aiRowLogEst[saved_nEq+1]; in whereLoopAddBtreeIndex()
2891 sPk.aiRowLogEst = aiRowEstPk; in whereLoopAddBtree()
2972 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtree()
5180 && pIdx->aiRowLogEst[n]>=36 in sqlite3WhereEnd()
/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.c88271 assert( EIGHT_BYTE_ALIGNMENT(pIndex->aiRowLogEst) );
88565 LogEst *a = pIdx->aiRowLogEst;
98893 (int)sqlite3LogEstToInt(pIdx->aiRowLogEst[0]), 4);
111998 i64 nRow0 = sqlite3LogEstToInt(pIdx->aiRowLogEst[0]);
112133 iUpper = sqlite3LogEstToInt(p->aiRowLogEst[0]);
112301 i64 nRow0 = sqlite3LogEstToInt(p->aiRowLogEst[0]);
114211 rLogSize = estLog(pProbe->aiRowLogEst[0]);
114235 nIter = pProbe->aiRowLogEst[saved_nEq] - pProbe->aiRowLogEst[saved_nEq+1];
114357 pNew->nOut += (pProbe->aiRowLogEst[nEq] - pProbe->aiRowLogEst[nEq-1]);
114539 sPk.aiRowLogEst = aiRowEstPk;
[all …]

1234567