Home
last modified time | relevance | path

Searched refs:OPFLAG_USESEEKRESULT (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dinsert.c1740 pik_flags = (useSeekResult ? OPFLAG_USESEEKRESULT : 0); in sqlite3CompleteInsertion()
1778 pik_flags |= OPFLAG_USESEEKRESULT; in sqlite3CompleteInsertion()
2185 OPFLAG_APPEND|OPFLAG_USESEEKRESULT; in xferOptimization()
2234 idxInsFlags = OPFLAG_USESEEKRESULT; in xferOptimization()
H A Dwherecode.c1933 if( iSet ) sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in sqlite3WhereCodeOneLoopStart()
H A DsqliteInt.h3096 #define OPFLAG_USESEEKRESULT 0x10 /* Try to avoid a seek in BtreeInsert() */ macro
H A Dvdbe.c4413 seekResult = ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0); in sqlite3VdbeExec()
5112 ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0) in sqlite3VdbeExec()
H A Dselect.c659 sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in codeDistinct()
988 sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in selectInnerLoop()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dinsert.c2484 pik_flags = (useSeekResult ? OPFLAG_USESEEKRESULT : 0); in sqlite3CompleteInsertion()
2509 pik_flags |= OPFLAG_USESEEKRESULT; in sqlite3CompleteInsertion()
2959 insFlags = OPFLAG_APPEND|OPFLAG_USESEEKRESULT|OPFLAG_PREFORMAT; in xferOptimization()
3019 idxInsFlags = OPFLAG_USESEEKRESULT|OPFLAG_PREFORMAT; in xferOptimization()
3026 if( idxInsFlags!=(OPFLAG_USESEEKRESULT|OPFLAG_PREFORMAT) ){ in xferOptimization()
H A Dwherecode.c2242 if( iSet ) sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in sqlite3WhereCodeOneLoopStart()
H A DsqliteInt.h3582 #define OPFLAG_USESEEKRESULT 0x10 /* Try to avoid a seek in BtreeInsert() */ macro
H A Dselect.c767 sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in codeDistinct()
1258 sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in selectInnerLoop()
H A Dvdbe.c5118 seekResult = ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0); in sqlite3VdbeExec()
5838 ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0) in sqlite3VdbeExec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dinsert.c2314 pik_flags = (useSeekResult ? OPFLAG_USESEEKRESULT : 0); in sqlite3CompleteInsertion()
2347 pik_flags |= OPFLAG_USESEEKRESULT; in sqlite3CompleteInsertion()
2795 OPFLAG_APPEND|OPFLAG_USESEEKRESULT; in xferOptimization()
2844 idxInsFlags = OPFLAG_USESEEKRESULT; in xferOptimization()
H A Dwherecode.c2217 if( iSet ) sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in sqlite3WhereCodeOneLoopStart()
H A DsqliteInt.h3416 #define OPFLAG_USESEEKRESULT 0x10 /* Try to avoid a seek in BtreeInsert() */ macro
H A Dselect.c788 sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in codeDistinct()
1253 sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in selectInnerLoop()
H A Dvdbe.c4917 seekResult = ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0); in sqlite3VdbeExec()
5623 ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0) in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dinsert.c2321 pik_flags = (useSeekResult ? OPFLAG_USESEEKRESULT : 0); in sqlite3CompleteInsertion()
2354 pik_flags |= OPFLAG_USESEEKRESULT; in sqlite3CompleteInsertion()
2800 insFlags = OPFLAG_APPEND|OPFLAG_USESEEKRESULT; in xferOptimization()
2849 idxInsFlags = OPFLAG_USESEEKRESULT; in xferOptimization()
H A Dwherecode.c2236 if( iSet ) sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in sqlite3WhereCodeOneLoopStart()
H A DsqliteInt.h3488 #define OPFLAG_USESEEKRESULT 0x10 /* Try to avoid a seek in BtreeInsert() */ macro
H A Dselect.c760 sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in codeDistinct()
1251 sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in selectInnerLoop()
H A Dvdbe.c5121 seekResult = ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0); in sqlite3VdbeExec()
5813 ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0) in sqlite3VdbeExec()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dinsert.c1449 sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in sqlite3CompleteInsertion()
1467 pik_flags |= OPFLAG_USESEEKRESULT; in sqlite3CompleteInsertion()
H A DsqliteInt.h2282 #define OPFLAG_USESEEKRESULT 0x10 /* Try to avoid a seek in BtreeInsert() */ macro
H A Dvdbe.c3933 seekResult = ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0); in sqlite3VdbeExec()
4362 ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0) in sqlite3VdbeExec()
H A Dbuild.c2369 sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in sqlite3RefillIndex()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h2283 #define OPFLAG_USESEEKRESULT 0x10 /* Try to avoid a seek in BtreeInsert() */

12345678