Searched refs:doNotSpill (Results 1 – 1 of 1) sorted by relevance
58706 u8 doNotSpill; /* Do not spill the cache when non-zero */ member60512 assert( (pPager->doNotSpill & SPILLFLAG_ROLLBACK)==0 );60513 pPager->doNotSpill |= SPILLFLAG_ROLLBACK;60515 assert( (pPager->doNotSpill & SPILLFLAG_ROLLBACK)!=0 );60516 pPager->doNotSpill &= ~SPILLFLAG_ROLLBACK;61697 pPager->doNotSpill &= ~SPILLFLAG_OFF;61699 pPager->doNotSpill |= SPILLFLAG_OFF;62674 testcase( pPager->doNotSpill & SPILLFLAG_ROLLBACK );62675 testcase( pPager->doNotSpill & SPILLFLAG_OFF );62676 testcase( pPager->doNotSpill & SPILLFLAG_NOSYNC );[all …]