Home
last modified time | relevance | path

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

123456

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbtree.h253 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
H A Dbtree.c8092 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND))==flags ); in sqlite3BtreeInsert()
8136 assert( (flags & BTREE_SAVEPOSITION)==0 || in sqlite3BtreeInsert()
8148 }else if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){ in sqlite3BtreeInsert()
8256 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){ in sqlite3BtreeInsert()
8304 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */ in sqlite3BtreeDelete()
8314 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 ); in sqlite3BtreeDelete()
H A Dvdbe.c4529 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION ); in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbtree.h262 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
H A Dbtree.c8696 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND|BTREE_PREFORMAT))==flags ); in sqlite3BtreeInsert()
8743 if( flags & BTREE_SAVEPOSITION ){ in sqlite3BtreeInsert()
8779 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 ); in sqlite3BtreeInsert()
8786 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){ in sqlite3BtreeInsert()
8942 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){ in sqlite3BtreeInsert()
9098 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */ in sqlite3BtreeDelete()
9106 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 ); in sqlite3BtreeDelete()
H A Dvdbe.c5271 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION ); in sqlite3VdbeExec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbtree.h254 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
H A Dbtree.c8630 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND))==flags ); in sqlite3BtreeInsert()
8676 if( flags & BTREE_SAVEPOSITION ){ in sqlite3BtreeInsert()
8712 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 ); in sqlite3BtreeInsert()
8719 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){ in sqlite3BtreeInsert()
8857 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){ in sqlite3BtreeInsert()
8905 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */ in sqlite3BtreeDelete()
8913 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 ); in sqlite3BtreeDelete()
H A Dvdbe.c5042 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION ); in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbtree.h262 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
H A Dbtree.c8663 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND))==flags ); in sqlite3BtreeInsert()
8709 if( flags & BTREE_SAVEPOSITION ){ in sqlite3BtreeInsert()
8745 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 ); in sqlite3BtreeInsert()
8752 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){ in sqlite3BtreeInsert()
8894 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){ in sqlite3BtreeInsert()
8942 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */ in sqlite3BtreeDelete()
8950 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 ); in sqlite3BtreeDelete()
H A Dvdbe.c5246 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION ); in sqlite3VdbeExec()
/dports/lang/php73/php-7.3.33/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 );
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c14576 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
71815 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND))==flags );
71861 if( flags & BTREE_SAVEPOSITION ){
71898 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 );
71905 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){
72034 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){
72082 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */
72090 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 );
88649 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION );
/dports/databases/php73-sqlite3/php-7.3.33/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 );
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14351 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
70992 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND))==flags );
71038 if( flags & BTREE_SAVEPOSITION ){
71075 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 );
71082 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){
71207 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){
71255 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */
71265 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 );
87404 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION );
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/direct-sqlite-2.3.26/cbits/
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 );
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14351 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
70992 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND))==flags );
71038 if( flags & BTREE_SAVEPOSITION ){
71075 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 );
71082 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){
71207 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){
71255 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */
71265 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 );
87404 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION );
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/sqlite3/
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 );
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14351 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
70992 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND))==flags );
71038 if( flags & BTREE_SAVEPOSITION ){
71075 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 );
71082 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){
71207 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){
71255 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */
71265 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 );
87404 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION );
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14351 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
70992 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND))==flags );
71038 if( flags & BTREE_SAVEPOSITION ){
71075 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 );
71082 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){
71207 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){
71255 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */
71265 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 );
87404 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION );
/dports/www/firefox/firefox-99.0/security/nss/lib/sqlite/
H A Dsqlite3.c14576 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
71815 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND))==flags );
71861 if( flags & BTREE_SAVEPOSITION ){
71898 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 );
71905 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){
72034 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){
72082 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */
72090 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 );
88649 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION );
/dports/security/ca_root_nss/nss-3.71/nss/lib/sqlite/
H A Dsqlite3.c14576 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
71815 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND))==flags );
71861 if( flags & BTREE_SAVEPOSITION ){
71898 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 );
71905 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){
72034 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){
72082 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */
72090 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 );
88649 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION );
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14351 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
70992 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND))==flags );
71038 if( flags & BTREE_SAVEPOSITION ){
71075 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 );
71082 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){
71207 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){
71255 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */
71265 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 );
87404 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION );
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/libsqlite3-sys-0.10.0/sqlite3/
H A Dsqlite3.c14350 #define BTREE_SAVEPOSITION 0x02 /* Leave cursor pointing at NEXT or PREV */ macro
70991 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND))==flags );
71037 if( flags & BTREE_SAVEPOSITION ){
71074 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 );
71081 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){
71206 if( (flags & BTREE_SAVEPOSITION) && rc==SQLITE_OK ){
71254 u8 bPreserve = flags & BTREE_SAVEPOSITION; /* Keep cursor valid */
71264 assert( (flags & ~(BTREE_SAVEPOSITION | BTREE_AUXDELETE))==0 );
87403 assert( OPFLAG_SAVEPOSITION==BTREE_SAVEPOSITION );

123456