Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DbtreeInt.h560 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */ macro
H A Dbtree.c554 if( (p->curFlags & BTCF_Incrblob)!=0 ){ in invalidateIncrblobCursors()
10969 assert( pCsr->curFlags & BTCF_Incrblob ); in sqlite3BtreePutData()
11014 pCur->curFlags |= BTCF_Incrblob; in sqlite3BtreeIncrblobCursor()