Searched refs:BTCF_Multiple (Results 1 – 2 of 2) sorted by relevance
561 #define BTCF_Multiple 0x20 /* Maybe another cursor on the same btree */ macro
766 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()