PGHDR_NEED_SYNC 34383 third_party/sqlite/amalgamation/sqlite3.c assert( p->nRef || (p->flags&PGHDR_NEED_SYNC) ); PGHDR_NEED_SYNC 34385 third_party/sqlite/amalgamation/sqlite3.c return (p==0 || p->nRef || (p->flags&PGHDR_NEED_SYNC)==0); PGHDR_NEED_SYNC 34401 third_party/sqlite/amalgamation/sqlite3.c while( pSynced && (pSynced->flags&PGHDR_NEED_SYNC) ){ PGHDR_NEED_SYNC 34443 third_party/sqlite/amalgamation/sqlite3.c if( !p->pSynced && 0==(pPage->flags&PGHDR_NEED_SYNC) ){ PGHDR_NEED_SYNC 34572 third_party/sqlite/amalgamation/sqlite3.c pPg && (pPg->nRef || (pPg->flags&PGHDR_NEED_SYNC)); PGHDR_NEED_SYNC 34683 third_party/sqlite/amalgamation/sqlite3.c p->flags &= ~(PGHDR_DIRTY|PGHDR_NEED_SYNC); PGHDR_NEED_SYNC 34706 third_party/sqlite/amalgamation/sqlite3.c p->flags &= ~PGHDR_NEED_SYNC; PGHDR_NEED_SYNC 34720 third_party/sqlite/amalgamation/sqlite3.c if( (p->flags&PGHDR_DIRTY) && (p->flags&PGHDR_NEED_SYNC) ){ PGHDR_NEED_SYNC 38654 third_party/sqlite/amalgamation/sqlite3.c isSynced = (pPg==0 || 0==(pPg->flags & PGHDR_NEED_SYNC)); PGHDR_NEED_SYNC 38661 third_party/sqlite/amalgamation/sqlite3.c testcase( !isSavepnt && pPg!=0 && (pPg->flags&PGHDR_NEED_SYNC)!=0 ); PGHDR_NEED_SYNC 40456 third_party/sqlite/amalgamation/sqlite3.c assert( (pList->flags&PGHDR_NEED_SYNC)==0 ); PGHDR_NEED_SYNC 40608 third_party/sqlite/amalgamation/sqlite3.c if( pPager->doNotSyncSpill && (pPg->flags & PGHDR_NEED_SYNC)!=0 ){ PGHDR_NEED_SYNC 40624 third_party/sqlite/amalgamation/sqlite3.c if( pPg->flags&PGHDR_NEED_SYNC PGHDR_NEED_SYNC 40665 third_party/sqlite/amalgamation/sqlite3.c assert( (pPg->flags&PGHDR_NEED_SYNC)==0 ); PGHDR_NEED_SYNC 41812 third_party/sqlite/amalgamation/sqlite3.c pPg->flags |= PGHDR_NEED_SYNC; PGHDR_NEED_SYNC 41826 third_party/sqlite/amalgamation/sqlite3.c ((pPg->flags&PGHDR_NEED_SYNC)?1:0), pager_pagehash(pPg))); PGHDR_NEED_SYNC 41841 third_party/sqlite/amalgamation/sqlite3.c pPg->flags |= PGHDR_NEED_SYNC; PGHDR_NEED_SYNC 41845 third_party/sqlite/amalgamation/sqlite3.c ((pPg->flags&PGHDR_NEED_SYNC)?1:0))); PGHDR_NEED_SYNC 41933 third_party/sqlite/amalgamation/sqlite3.c if( pPage->flags&PGHDR_NEED_SYNC ){ PGHDR_NEED_SYNC 41940 third_party/sqlite/amalgamation/sqlite3.c if( pPage->flags&PGHDR_NEED_SYNC ){ PGHDR_NEED_SYNC 41958 third_party/sqlite/amalgamation/sqlite3.c pPage->flags |= PGHDR_NEED_SYNC; PGHDR_NEED_SYNC 42810 third_party/sqlite/amalgamation/sqlite3.c PAGERID(pPager), pPg->pgno, (pPg->flags&PGHDR_NEED_SYNC)?1:0, pgno)); PGHDR_NEED_SYNC 42820 third_party/sqlite/amalgamation/sqlite3.c if( (pPg->flags&PGHDR_NEED_SYNC) && !isCommit ){ PGHDR_NEED_SYNC 42831 third_party/sqlite/amalgamation/sqlite3.c pPg->flags &= ~PGHDR_NEED_SYNC; PGHDR_NEED_SYNC 42835 third_party/sqlite/amalgamation/sqlite3.c pPg->flags |= (pPgOld->flags&PGHDR_NEED_SYNC); PGHDR_NEED_SYNC 42883 third_party/sqlite/amalgamation/sqlite3.c pPgHdr->flags |= PGHDR_NEED_SYNC; PGHDR_NEED_SYNC 2224 third_party/sqlite/src/src/pager.c isSynced = (pPg==0 || 0==(pPg->flags & PGHDR_NEED_SYNC)); PGHDR_NEED_SYNC 2231 third_party/sqlite/src/src/pager.c testcase( !isSavepnt && pPg!=0 && (pPg->flags&PGHDR_NEED_SYNC)!=0 ); PGHDR_NEED_SYNC 4026 third_party/sqlite/src/src/pager.c assert( (pList->flags&PGHDR_NEED_SYNC)==0 ); PGHDR_NEED_SYNC 4178 third_party/sqlite/src/src/pager.c if( pPager->doNotSyncSpill && (pPg->flags & PGHDR_NEED_SYNC)!=0 ){ PGHDR_NEED_SYNC 4194 third_party/sqlite/src/src/pager.c if( pPg->flags&PGHDR_NEED_SYNC PGHDR_NEED_SYNC 4235 third_party/sqlite/src/src/pager.c assert( (pPg->flags&PGHDR_NEED_SYNC)==0 ); PGHDR_NEED_SYNC 5382 third_party/sqlite/src/src/pager.c pPg->flags |= PGHDR_NEED_SYNC; PGHDR_NEED_SYNC 5396 third_party/sqlite/src/src/pager.c ((pPg->flags&PGHDR_NEED_SYNC)?1:0), pager_pagehash(pPg))); PGHDR_NEED_SYNC 5411 third_party/sqlite/src/src/pager.c pPg->flags |= PGHDR_NEED_SYNC; PGHDR_NEED_SYNC 5415 third_party/sqlite/src/src/pager.c ((pPg->flags&PGHDR_NEED_SYNC)?1:0))); PGHDR_NEED_SYNC 5503 third_party/sqlite/src/src/pager.c if( pPage->flags&PGHDR_NEED_SYNC ){ PGHDR_NEED_SYNC 5510 third_party/sqlite/src/src/pager.c if( pPage->flags&PGHDR_NEED_SYNC ){ PGHDR_NEED_SYNC 5528 third_party/sqlite/src/src/pager.c pPage->flags |= PGHDR_NEED_SYNC; PGHDR_NEED_SYNC 6380 third_party/sqlite/src/src/pager.c PAGERID(pPager), pPg->pgno, (pPg->flags&PGHDR_NEED_SYNC)?1:0, pgno)); PGHDR_NEED_SYNC 6390 third_party/sqlite/src/src/pager.c if( (pPg->flags&PGHDR_NEED_SYNC) && !isCommit ){ PGHDR_NEED_SYNC 6401 third_party/sqlite/src/src/pager.c pPg->flags &= ~PGHDR_NEED_SYNC; PGHDR_NEED_SYNC 6405 third_party/sqlite/src/src/pager.c pPg->flags |= (pPgOld->flags&PGHDR_NEED_SYNC); PGHDR_NEED_SYNC 6453 third_party/sqlite/src/src/pager.c pPgHdr->flags |= PGHDR_NEED_SYNC; PGHDR_NEED_SYNC 58 third_party/sqlite/src/src/pcache.c assert( p->nRef || (p->flags&PGHDR_NEED_SYNC) ); PGHDR_NEED_SYNC 60 third_party/sqlite/src/src/pcache.c return (p==0 || p->nRef || (p->flags&PGHDR_NEED_SYNC)==0); PGHDR_NEED_SYNC 76 third_party/sqlite/src/src/pcache.c while( pSynced && (pSynced->flags&PGHDR_NEED_SYNC) ){ PGHDR_NEED_SYNC 118 third_party/sqlite/src/src/pcache.c if( !p->pSynced && 0==(pPage->flags&PGHDR_NEED_SYNC) ){ PGHDR_NEED_SYNC 247 third_party/sqlite/src/src/pcache.c pPg && (pPg->nRef || (pPg->flags&PGHDR_NEED_SYNC)); PGHDR_NEED_SYNC 358 third_party/sqlite/src/src/pcache.c p->flags &= ~(PGHDR_DIRTY|PGHDR_NEED_SYNC); PGHDR_NEED_SYNC 381 third_party/sqlite/src/src/pcache.c p->flags &= ~PGHDR_NEED_SYNC; PGHDR_NEED_SYNC 395 third_party/sqlite/src/src/pcache.c if( (p->flags&PGHDR_DIRTY) && (p->flags&PGHDR_NEED_SYNC) ){