Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c71081 #define BTCF_Incrblob 0x10 /* True if an incremental I/O handle */ macro
72154 if( (p->curFlags & BTCF_Incrblob)!=0 ){
82928 assert( pCsr->curFlags & BTCF_Incrblob );
82973 pCur->curFlags |= BTCF_Incrblob;