Home
last modified time | relevance | path

Searched refs:hasStat1 (Results 1 – 25 of 140) sorted by relevance

123456

/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dautoanalyze1.test44 -- Verify that the hasStat1 flag is clear on on indexes
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dautoanalyze1.test44 -- Verify that the hasStat1 flag is clear on on indexes
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dautoanalyze1.test44 -- Verify that the hasStat1 flag is clear on on indexes
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Danalyze.c1541 pIndex->hasStat1 = 1;
1862 pIdx->hasStat1 = 0;
1887 if( !pIdx->hasStat1 ) sqlite3DefaultRowEst(pIdx);
H A Dpragma.c1154 pIdx->hasStat1); in sqlite3Pragma()
2019 if( !pIdx->hasStat1 ){ in sqlite3Pragma()
H A DsqliteInt.h2155 unsigned hasStat1:1; /* aiRowLogEst values come from sqlite_stat1 */ member
H A Dbuild.c3463 assert( !pIdx->hasStat1 ); in sqlite3DefaultRowEst()
H A Dwhere.c4923 && (pIdx = pLoop->u.btree.pIndex)->hasStat1 in sqlite3WhereEnd()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Danalyze.c1518 pIndex->hasStat1 = 1;
1823 pIdx->hasStat1 = 0;
1848 if( !pIdx->hasStat1 ) sqlite3DefaultRowEst(pIdx);
H A Dpragma.c1206 pIdx->hasStat1); in sqlite3Pragma()
2086 if( !pIdx->hasStat1 ){ in sqlite3Pragma()
H A Dwhere.c2530 if( pProbe->hasStat1 ){ in whereLoopAddBtreeIndex()
5233 && (pIdx = pLoop->u.btree.pIndex)->hasStat1 in sqlite3WhereEnd()
H A DsqliteInt.h2398 unsigned hasStat1:1; /* aiRowLogEst values come from sqlite_stat1 */ member
H A Dbuild.c3993 assert( !pIdx->hasStat1 ); in sqlite3DefaultRowEst()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Danalyze.c1588 pIndex->hasStat1 = 1;
1894 pIdx->hasStat1 = 0;
1919 if( !pIdx->hasStat1 ) sqlite3DefaultRowEst(pIdx);
H A Dpragma.c1213 pIdx->hasStat1); in sqlite3Pragma()
2107 if( !pIdx->hasStat1 ){ in sqlite3Pragma()
H A Dwhere.c2570 if( pProbe->hasStat1 && rLogSize>=10 ){ in whereLoopAddBtreeIndex()
2797 && pProbe->hasStat1!=0 in whereLoopAddBtreeIndex()
5369 && (pIdx = pLoop->u.btree.pIndex)->hasStat1 in sqlite3WhereEnd()
H A DsqliteInt.h2500 unsigned hasStat1:1; /* aiRowLogEst values come from sqlite_stat1 */ member
H A Dbuild.c4214 assert( !pIdx->hasStat1 ); in sqlite3DefaultRowEst()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Danalyze.c1588 pIndex->hasStat1 = 1;
1894 pIdx->hasStat1 = 0;
1919 if( !pIdx->hasStat1 ) sqlite3DefaultRowEst(pIdx);
H A Dpragma.c1213 pIdx->hasStat1); in sqlite3Pragma()
2107 if( !pIdx->hasStat1 ){ in sqlite3Pragma()
H A Dwhere.c2550 if( pProbe->hasStat1 && rLogSize>=10 ){ in whereLoopAddBtreeIndex()
2777 && pProbe->hasStat1!=0 in whereLoopAddBtreeIndex()
5349 && (pIdx = pLoop->u.btree.pIndex)->hasStat1 in sqlite3WhereEnd()
H A DsqliteInt.h2441 unsigned hasStat1:1; /* aiRowLogEst values come from sqlite_stat1 */ member
H A Dbuild.c4094 assert( !pIdx->hasStat1 ); in sqlite3DefaultRowEst()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c2522 if (pProbe->hasStat1) { in whereLoopAddBtreeIndex()
5178 && (pIdx = pLoop->u.btree.pIndex)->hasStat1 in sqlite3WhereEnd()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c2522 if (pProbe->hasStat1) { in whereLoopAddBtreeIndex()
5178 && (pIdx = pLoop->u.btree.pIndex)->hasStat1 in sqlite3WhereEnd()

123456