Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c99 #define PGFTR_SKIP_THIS_FLAG 0x0004 macro
1481 assert( rc!=LSM_OK || (pPtr->flags & PGFTR_SKIP_THIS_FLAG) ); in segmentPtrSearchOversized()
4035 flags = PGFTR_SKIP_THIS_FLAG; in mergeWorkerWrite()
4267 if( (pGobble->flags & PGFTR_SKIP_THIS_FLAG)==0 ){ in mergeWorkerStep()
6093 if( (ptr2.flags & (PGFTR_SKIP_THIS_FLAG|SEGMENT_BTREE_FLAG))==0 ){ in assertPointersOk()
6170 && 0==((SEGMENT_BTREE_FLAG|PGFTR_SKIP_THIS_FLAG) & flags) in assertBtreeOk()