Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DbtreeInt.h558 #define BTCF_ValidOvfl 0x04 /* True if aOverflow is valid */ macro
H A Dbtree.c5006 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 …]
/sqlite-3.40.0/test/
H A Dbtree01.test137 # invoked, it needs to clear the BTCF_ValidOvfl flag.