Home
last modified time | relevance | path

Searched refs:BTREE_SAVEPOSITION (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c14531 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
71733 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND))==flags );
71779 if( flags & BTREE_SAVEPOSITION ){
71816 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 );
71823 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){
71952 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){
72000 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */
72008 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 );
88345 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION );

Completed in 428 milliseconds