Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c71084 #define BTCF_Pinned 0x40 /* Cursor is busy and cannot be moved */ macro
72316 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;