Home
last modified time | relevance | path

Searched refs:OPFLAG_SAVEPOSITION (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.3/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 …]

Completed in 399 milliseconds