Home
last modified time | relevance | path

Searched refs:BTCF_Incrblob (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DbtreeInt.h535 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */ macro
H A Dbtree.c511 if( (p->curFlags & BTCF_Incrblob)!=0 ){ in invalidateIncrblobCursors()
9755 assert( pCsr->curFlags & BTCF_Incrblob ); in sqlite3BtreePutData()
9800 pCur->curFlags |= BTCF_Incrblob; in sqlite3BtreeIncrblobCursor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DbtreeInt.h543 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */ macro
H A Dbtree.c541 if( (p->curFlags & BTCF_Incrblob)!=0 ){ in invalidateIncrblobCursors()
10400 assert( pCsr->curFlags & BTCF_Incrblob ); in sqlite3BtreePutData()
10445 pCur->curFlags |= BTCF_Incrblob; in sqlite3BtreeIncrblobCursor()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DbtreeInt.h559 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */ macro
H A Dbtree.c554 if( (p->curFlags & BTCF_Incrblob)!=0 ){ in invalidateIncrblobCursors()
10613 assert( pCsr->curFlags & BTCF_Incrblob ); in sqlite3BtreePutData()
10658 pCur->curFlags |= BTCF_Incrblob; in sqlite3BtreeIncrblobCursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DbtreeInt.h558 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */ macro
H A Dbtree.c554 if( (p->curFlags & BTCF_Incrblob)!=0 ){ in invalidateIncrblobCursors()
10457 assert( pCsr->curFlags & BTCF_Incrblob ); in sqlite3BtreePutData()
10502 pCur->curFlags |= BTCF_Incrblob; in sqlite3BtreeIncrblobCursor()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c50731 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
51644 if( (p->curFlags & BTCF_Incrblob)!=0 && (isClearTable || p->info.nKey==iRow) ){
59584 assert( pCsr->curFlags & BTCF_Incrblob );
59629 pCur->curFlags |= BTCF_Incrblob;
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c51116 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
52029 if( (p->curFlags & BTCF_Incrblob)!=0 && (isClearTable || p->info.nKey==iRow) ){
59970 assert( pCsr->curFlags & BTCF_Incrblob );
60015 pCur->curFlags |= BTCF_Incrblob;
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c50731 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
51644 if( (p->curFlags & BTCF_Incrblob)!=0 && (isClearTable || p->info.nKey==iRow) ){
59584 assert( pCsr->curFlags & BTCF_Incrblob );
59629 pCur->curFlags |= BTCF_Incrblob;
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c50731 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
51644 if( (p->curFlags & BTCF_Incrblob)!=0 && (isClearTable || p->info.nKey==iRow) ){
59584 assert( pCsr->curFlags & BTCF_Incrblob );
59629 pCur->curFlags |= BTCF_Incrblob;
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c53337 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
54291 if( (p->curFlags & BTCF_Incrblob)!=0 ){
63260 assert( pCsr->curFlags & BTCF_Incrblob );
63305 pCur->curFlags |= BTCF_Incrblob;
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c53337 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
54291 if( (p->curFlags & BTCF_Incrblob)!=0 ){
63260 assert( pCsr->curFlags & BTCF_Incrblob );
63305 pCur->curFlags |= BTCF_Incrblob;
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c52541 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
53476 if( (p->curFlags & BTCF_Incrblob)!=0
62053 assert( pCsr->curFlags & BTCF_Incrblob );
62098 pCur->curFlags |= BTCF_Incrblob;
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c51746 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
52674 if( (p->curFlags & BTCF_Incrblob)!=0
60769 assert( pCsr->curFlags & BTCF_Incrblob );
60814 pCur->curFlags |= BTCF_Incrblob;
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c53337 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
54291 if( (p->curFlags & BTCF_Incrblob)!=0 ){
63281 assert( pCsr->curFlags & BTCF_Incrblob );
63326 pCur->curFlags |= BTCF_Incrblob;
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53337 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
54291 if( (p->curFlags & BTCF_Incrblob)!=0 ){
63260 assert( pCsr->curFlags & BTCF_Incrblob );
63305 pCur->curFlags |= BTCF_Incrblob;
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53337 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
54291 if( (p->curFlags & BTCF_Incrblob)!=0 ){
63260 assert( pCsr->curFlags & BTCF_Incrblob );
63305 pCur->curFlags |= BTCF_Incrblob;
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53337 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
54291 if( (p->curFlags & BTCF_Incrblob)!=0 ){
63260 assert( pCsr->curFlags & BTCF_Incrblob );
63305 pCur->curFlags |= BTCF_Incrblob;
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53337 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
54291 if( (p->curFlags & BTCF_Incrblob)!=0 ){
63260 assert( pCsr->curFlags & BTCF_Incrblob );
63305 pCur->curFlags |= BTCF_Incrblob;
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53337 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
54291 if( (p->curFlags & BTCF_Incrblob)!=0 ){
63260 assert( pCsr->curFlags & BTCF_Incrblob );
63305 pCur->curFlags |= BTCF_Incrblob;
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53337 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
54291 if( (p->curFlags & BTCF_Incrblob)!=0 ){
63260 assert( pCsr->curFlags & BTCF_Incrblob );
63305 pCur->curFlags |= BTCF_Incrblob;
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c53337 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
54291 if( (p->curFlags & BTCF_Incrblob)!=0 ){
63260 assert( pCsr->curFlags & BTCF_Incrblob );
63305 pCur->curFlags |= BTCF_Incrblob;
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/auto/
H A Dsqlite3.c53337 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */
54291 if( (p->curFlags & BTCF_Incrblob)!=0 ){
63281 assert( pCsr->curFlags & BTCF_Incrblob );
63326 pCur->curFlags |= BTCF_Incrblob;

1234567