PGHDR_DIRTY 34626 third_party/sqlite/amalgamation/sqlite3.c if( (p->flags&PGHDR_DIRTY)==0 ){ PGHDR_DIRTY 34652 third_party/sqlite/amalgamation/sqlite3.c if( p->flags&PGHDR_DIRTY ){ PGHDR_DIRTY 34670 third_party/sqlite/amalgamation/sqlite3.c if( 0==(p->flags & PGHDR_DIRTY) ){ PGHDR_DIRTY 34671 third_party/sqlite/amalgamation/sqlite3.c p->flags |= PGHDR_DIRTY; PGHDR_DIRTY 34681 third_party/sqlite/amalgamation/sqlite3.c if( (p->flags & PGHDR_DIRTY) ){ PGHDR_DIRTY 34683 third_party/sqlite/amalgamation/sqlite3.c p->flags &= ~(PGHDR_DIRTY|PGHDR_NEED_SYNC); PGHDR_DIRTY 34720 third_party/sqlite/amalgamation/sqlite3.c if( (p->flags&PGHDR_DIRTY) && (p->flags&PGHDR_NEED_SYNC) ){ PGHDR_DIRTY 34747 third_party/sqlite/amalgamation/sqlite3.c assert( p->flags&PGHDR_DIRTY ); PGHDR_DIRTY 37598 third_party/sqlite/amalgamation/sqlite3.c assert( (pPg->flags&PGHDR_DIRTY) || pPg->pageHash==pager_pagehash(pPg) ); PGHDR_DIRTY 40106 third_party/sqlite/amalgamation/sqlite3.c assert( pPg->flags&PGHDR_DIRTY ); PGHDR_DIRTY 40589 third_party/sqlite/amalgamation/sqlite3.c assert( pPg->flags&PGHDR_DIRTY ); PGHDR_DIRTY 41979 third_party/sqlite/amalgamation/sqlite3.c return pPg->flags&PGHDR_DIRTY; PGHDR_DIRTY 41999 third_party/sqlite/amalgamation/sqlite3.c if( (pPg->flags&PGHDR_DIRTY) && pPager->nSavepoint==0 ){ PGHDR_DIRTY 42802 third_party/sqlite/amalgamation/sqlite3.c if( pPg->flags&PGHDR_DIRTY PGHDR_DIRTY 42823 third_party/sqlite/amalgamation/sqlite3.c assert( pPg->flags&PGHDR_DIRTY ); PGHDR_DIRTY 1168 third_party/sqlite/src/src/pager.c assert( (pPg->flags&PGHDR_DIRTY) || pPg->pageHash==pager_pagehash(pPg) ); PGHDR_DIRTY 3676 third_party/sqlite/src/src/pager.c assert( pPg->flags&PGHDR_DIRTY ); PGHDR_DIRTY 4159 third_party/sqlite/src/src/pager.c assert( pPg->flags&PGHDR_DIRTY ); PGHDR_DIRTY 5549 third_party/sqlite/src/src/pager.c return pPg->flags&PGHDR_DIRTY; PGHDR_DIRTY 5569 third_party/sqlite/src/src/pager.c if( (pPg->flags&PGHDR_DIRTY) && pPager->nSavepoint==0 ){ PGHDR_DIRTY 6372 third_party/sqlite/src/src/pager.c if( pPg->flags&PGHDR_DIRTY PGHDR_DIRTY 6393 third_party/sqlite/src/src/pager.c assert( pPg->flags&PGHDR_DIRTY ); PGHDR_DIRTY 301 third_party/sqlite/src/src/pcache.c if( (p->flags&PGHDR_DIRTY)==0 ){ PGHDR_DIRTY 327 third_party/sqlite/src/src/pcache.c if( p->flags&PGHDR_DIRTY ){ PGHDR_DIRTY 345 third_party/sqlite/src/src/pcache.c if( 0==(p->flags & PGHDR_DIRTY) ){ PGHDR_DIRTY 346 third_party/sqlite/src/src/pcache.c p->flags |= PGHDR_DIRTY; PGHDR_DIRTY 356 third_party/sqlite/src/src/pcache.c if( (p->flags & PGHDR_DIRTY) ){ PGHDR_DIRTY 358 third_party/sqlite/src/src/pcache.c p->flags &= ~(PGHDR_DIRTY|PGHDR_NEED_SYNC); PGHDR_DIRTY 395 third_party/sqlite/src/src/pcache.c if( (p->flags&PGHDR_DIRTY) && (p->flags&PGHDR_NEED_SYNC) ){ PGHDR_DIRTY 422 third_party/sqlite/src/src/pcache.c assert( p->flags&PGHDR_DIRTY );