Searched defs:doNotSyncSpill (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c522 ** doNotSpill, doNotSyncSpill
534 ** If doNotSyncSpill is non-zero, writing to the database from pagerStress()
638 u8 doNotSyncSpill; /* Do not do a spill that requires jrnl sync */ member in struct:Pager
4161 /* The doNotSyncSpill flag is set during times when doing a sync of
4178 if( pPager->doNotSyncSpill && (pPg->flags & PGHDR_NEED_SYNC)!=0 ){
5469 /* Set the doNotSyncSpill flag to 1. This is because we cannot allow
5474 assert( pPager->doNotSyncSpill==0 );
5475 pPager->doNotSyncSpill++;
5534 assert( pPager->doNotSyncSpill==1 );
5535 pPager->doNotSyncSpill
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c37068 u8 doNotSyncSpill; /* Do not do a spill that requires jrnl sync */ member in struct:Pager
[all...]

Completed in 267 milliseconds