Searched refs:doNotSpill (Results 1 – 1 of 1) sorted by relevance
60283 u8 doNotSpill; /* Do not spill the cache when non-zero */ member62102 assert( (pPager->doNotSpill & SPILLFLAG_ROLLBACK)==0 );62103 pPager->doNotSpill |= SPILLFLAG_ROLLBACK;62105 assert( (pPager->doNotSpill & SPILLFLAG_ROLLBACK)!=0 );62106 pPager->doNotSpill &= ~SPILLFLAG_ROLLBACK;63335 pPager->doNotSpill &= ~SPILLFLAG_OFF;63337 pPager->doNotSpill |= SPILLFLAG_OFF;64314 testcase( pPager->doNotSpill & SPILLFLAG_ROLLBACK );64315 testcase( pPager->doNotSpill & SPILLFLAG_OFF );64316 testcase( pPager->doNotSpill & SPILLFLAG_NOSYNC );[all …]