Home
last modified time | relevance | path

Searched refs:OPFLAG_SAVEPOSITION (Results 1 – 25 of 148) sorted by relevance

123456

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dupdate.c648 sqlite3VdbeChangeP5(v, OPFLAG_SAVEPOSITION); in sqlite3Update()
669 OPFLAG_ISUPDATE | (eOnePass==ONEPASS_MULTI ? OPFLAG_SAVEPOSITION : 0), in sqlite3Update()
H A Ddelete.c734 if( eMode==ONEPASS_MULTI ) p5 |= OPFLAG_SAVEPOSITION; in sqlite3GenerateRowDelete()
H A Dinsert.c1727 || update_flags==(OPFLAG_ISUPDATE|OPFLAG_SAVEPOSITION) in sqlite3CompleteInsertion()
1744 pik_flags |= (update_flags & OPFLAG_SAVEPOSITION); in sqlite3CompleteInsertion()
H A Dvdbe.c4421 (pOp->p5 & (OPFLAG_APPEND|OPFLAG_SAVEPOSITION)), seekResult in sqlite3VdbeExec()
4503 if( (pOp->p5 & OPFLAG_SAVEPOSITION)!=0 && pC->isTable ){ in sqlite3VdbeExec()
4528 assert( (pOp->p5 & ~(OPFLAG_SAVEPOSITION|OPFLAG_AUXDELETE))==0 ); in sqlite3VdbeExec()
4529 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION ); in sqlite3VdbeExec()
5111 (pOp->p5 & (OPFLAG_APPEND|OPFLAG_SAVEPOSITION)), in sqlite3VdbeExec()
H A DsqliteInt.h3105 #define OPFLAG_SAVEPOSITION 0x02 /* OP_Delete/Insert: save cursor pos */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dupdate.c833 sqlite3VdbeChangeP5(v, OPFLAG_SAVEPOSITION); in sqlite3Update()
851 OPFLAG_ISUPDATE | (eOnePass==ONEPASS_MULTI ? OPFLAG_SAVEPOSITION : 0), in sqlite3Update()
H A Ddelete.c792 if( eMode==ONEPASS_MULTI ) p5 |= OPFLAG_SAVEPOSITION; in sqlite3GenerateRowDelete()
H A Dvdbe.c4925 (pOp->p5 & (OPFLAG_APPEND|OPFLAG_SAVEPOSITION)), seekResult in sqlite3VdbeExec()
5016 if( (pOp->p5 & OPFLAG_SAVEPOSITION)!=0 && pC->isTable ){ in sqlite3VdbeExec()
5041 assert( (pOp->p5 & ~(OPFLAG_SAVEPOSITION|OPFLAG_AUXDELETE))==0 ); in sqlite3VdbeExec()
5042 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION ); in sqlite3VdbeExec()
5622 (pOp->p5 & (OPFLAG_APPEND|OPFLAG_SAVEPOSITION)), in sqlite3VdbeExec()
H A Dinsert.c2298 || update_flags==(OPFLAG_ISUPDATE|OPFLAG_SAVEPOSITION) in sqlite3CompleteInsertion()
2318 pik_flags |= (update_flags & OPFLAG_SAVEPOSITION); in sqlite3CompleteInsertion()
H A DsqliteInt.h3425 #define OPFLAG_SAVEPOSITION 0x02 /* OP_Delete/Insert: save cursor pos */ macro
H A Dwindow.c2239 sqlite3VdbeChangeP5(v, OPFLAG_SAVEPOSITION); in windowCodeOp()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dupdate.c1044 sqlite3VdbeChangeP5(v, OPFLAG_SAVEPOSITION); in sqlite3Update()
1062 OPFLAG_ISUPDATE | (eOnePass==ONEPASS_MULTI ? OPFLAG_SAVEPOSITION : 0), in sqlite3Update()
H A Ddelete.c798 if( eMode==ONEPASS_MULTI ) p5 |= OPFLAG_SAVEPOSITION; in sqlite3GenerateRowDelete()
H A Dinsert.c2468 || update_flags==(OPFLAG_ISUPDATE|OPFLAG_SAVEPOSITION) in sqlite3CompleteInsertion()
2488 pik_flags |= (update_flags & OPFLAG_SAVEPOSITION); in sqlite3CompleteInsertion()
H A Dvdbe.c5126 (pOp->p5 & (OPFLAG_APPEND|OPFLAG_SAVEPOSITION|OPFLAG_PREFORMAT)), in sqlite3VdbeExec()
5245 if( (pOp->p5 & OPFLAG_SAVEPOSITION)!=0 && pC->isTable ){ in sqlite3VdbeExec()
5270 assert( (pOp->p5 & ~(OPFLAG_SAVEPOSITION|OPFLAG_AUXDELETE))==0 ); in sqlite3VdbeExec()
5271 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION ); in sqlite3VdbeExec()
5837 (pOp->p5 & (OPFLAG_APPEND|OPFLAG_SAVEPOSITION|OPFLAG_PREFORMAT)), in sqlite3VdbeExec()
H A Dalter.c1971 sqlite3VdbeChangeP5(v, OPFLAG_SAVEPOSITION); in sqlite3AlterDropColumn()
H A Dwindow.c2286 sqlite3VdbeChangeP5(v, OPFLAG_SAVEPOSITION); in windowCodeOp()
H A DsqliteInt.h3591 #define OPFLAG_SAVEPOSITION 0x02 /* OP_Delete/Insert: save cursor pos */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dupdate.c1043 sqlite3VdbeChangeP5(v, OPFLAG_SAVEPOSITION); in sqlite3Update()
1061 OPFLAG_ISUPDATE | (eOnePass==ONEPASS_MULTI ? OPFLAG_SAVEPOSITION : 0), in sqlite3Update()
H A Ddelete.c791 if( eMode==ONEPASS_MULTI ) p5 |= OPFLAG_SAVEPOSITION; in sqlite3GenerateRowDelete()
H A Dinsert.c2305 || update_flags==(OPFLAG_ISUPDATE|OPFLAG_SAVEPOSITION) in sqlite3CompleteInsertion()
2325 pik_flags |= (update_flags & OPFLAG_SAVEPOSITION); in sqlite3CompleteInsertion()
H A Dvdbe.c5129 (pOp->p5 & (OPFLAG_APPEND|OPFLAG_SAVEPOSITION)), seekResult in sqlite3VdbeExec()
5220 if( (pOp->p5 & OPFLAG_SAVEPOSITION)!=0 && pC->isTable ){ in sqlite3VdbeExec()
5245 assert( (pOp->p5 & ~(OPFLAG_SAVEPOSITION|OPFLAG_AUXDELETE))==0 ); in sqlite3VdbeExec()
5246 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION ); in sqlite3VdbeExec()
5812 (pOp->p5 & (OPFLAG_APPEND|OPFLAG_SAVEPOSITION)), in sqlite3VdbeExec()
H A Dwindow.c2278 sqlite3VdbeChangeP5(v, OPFLAG_SAVEPOSITION); in windowCodeOp()
H A DsqliteInt.h3497 #define OPFLAG_SAVEPOSITION 0x02 /* OP_Delete/Insert: save cursor pos */ macro
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c18161 #define OPFLAG_SAVEPOSITION 0x02 /* OP_Delete/Insert: save cursor pos */ macro
88232 (pOp->p5 & (OPFLAG_APPEND|OPFLAG_SAVEPOSITION)), seekResult
88319 if( (pOp->p5 & OPFLAG_SAVEPOSITION)!=0 && pC->isTable ){
88344 assert( (pOp->p5 & ~(OPFLAG_SAVEPOSITION|OPFLAG_AUXDELETE))==0 );
88345 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION );
88924 (pOp->p5 & (OPFLAG_APPEND|OPFLAG_SAVEPOSITION)),
112818 if( eMode==ONEPASS_MULTI ) p5 |= OPFLAG_SAVEPOSITION;
118357 || update_flags==(OPFLAG_ISUPDATE|OPFLAG_SAVEPOSITION)
118374 pik_flags |= (update_flags & OPFLAG_SAVEPOSITION);
133382 sqlite3VdbeChangeP5(v, OPFLAG_SAVEPOSITION);
[all …]

123456