Searched refs:BTCF_ValidOvfl (Results 1 – 3 of 3) sorted by relevance
558 #define BTCF_ValidOvfl 0x04 /* True if aOverflow is valid */ macro
5006 if( (pCur->curFlags & BTCF_ValidOvfl)==0 ){ in accessPayload()5021 pCur->curFlags |= BTCF_ValidOvfl; in accessPayload()5050 assert( pCur->curFlags & BTCF_ValidOvfl ); in accessPayload()5262 pCur->curFlags &= ~(BTCF_ValidNKey|BTCF_ValidOvfl); in moveToChild()5314 pCur->curFlags &= ~(BTCF_ValidNKey|BTCF_ValidOvfl); in moveToParent()5701 assert( (pCur->curFlags & BTCF_ValidOvfl)==0 ); in sqlite3BtreeTableMoveto()5846 pCur->curFlags &= ~BTCF_ValidOvfl; in sqlite3BtreeIndexMoveto()5946 pCur->curFlags &= ~BTCF_ValidOvfl; in sqlite3BtreeIndexMoveto()5994 assert( (pCur->curFlags & BTCF_ValidOvfl)==0 ); in sqlite3BtreeIndexMoveto()6066 assert( (pCur->curFlags & BTCF_ValidOvfl)==0 ); in btreeNext()[all …]
137 # invoked, it needs to clear the BTCF_ValidOvfl flag.