Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DbtreeInt.h561 #define BTCF_Multiple 0x20 /* Maybe another cursor on the same btree */ macro
H A Dbtree.c766 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple; in saveAllCursors()
4572 pX->curFlags |= BTCF_Multiple; in btreeCursor()
4573 pCur->curFlags = BTCF_Multiple; in btreeCursor()
9018 if( pCur->curFlags & BTCF_Multiple ){ in sqlite3BtreeInsert()
9503 if( pCur->curFlags & BTCF_Multiple ){ in sqlite3BtreeDelete()