Searched refs:BTCF_Pinned (Results 1 – 1 of 1) sorted by relevance
71084 #define BTCF_Pinned 0x40 /* Cursor is busy and cannot be moved */ macro72316 if( pCur->curFlags & BTCF_Pinned ){76453 assert( (pCur->curFlags & BTCF_Pinned)==0 );76454 pCur->curFlags |= BTCF_Pinned;76457 assert( (pCur->curFlags & BTCF_Pinned)!=0 );76458 pCur->curFlags &= ~BTCF_Pinned;