PGHDR_DIRTY 34991 sqlite3/libsqlite/sqlite3.c if( (p->flags&PGHDR_DIRTY)==0 ){ PGHDR_DIRTY 35017 sqlite3/libsqlite/sqlite3.c if( p->flags&PGHDR_DIRTY ){ PGHDR_DIRTY 35035 sqlite3/libsqlite/sqlite3.c if( 0==(p->flags & PGHDR_DIRTY) ){ PGHDR_DIRTY 35036 sqlite3/libsqlite/sqlite3.c p->flags |= PGHDR_DIRTY; PGHDR_DIRTY 35046 sqlite3/libsqlite/sqlite3.c if( (p->flags & PGHDR_DIRTY) ){ PGHDR_DIRTY 35048 sqlite3/libsqlite/sqlite3.c p->flags &= ~(PGHDR_DIRTY|PGHDR_NEED_SYNC); PGHDR_DIRTY 35085 sqlite3/libsqlite/sqlite3.c if( (p->flags&PGHDR_DIRTY) && (p->flags&PGHDR_NEED_SYNC) ){ PGHDR_DIRTY 35112 sqlite3/libsqlite/sqlite3.c assert( p->flags&PGHDR_DIRTY ); PGHDR_DIRTY 37963 sqlite3/libsqlite/sqlite3.c assert( (pPg->flags&PGHDR_DIRTY) || pPg->pageHash==pager_pagehash(pPg) ); PGHDR_DIRTY 40471 sqlite3/libsqlite/sqlite3.c assert( pPg->flags&PGHDR_DIRTY ); PGHDR_DIRTY 40954 sqlite3/libsqlite/sqlite3.c assert( pPg->flags&PGHDR_DIRTY ); PGHDR_DIRTY 42324 sqlite3/libsqlite/sqlite3.c return pPg->flags&PGHDR_DIRTY; PGHDR_DIRTY 42344 sqlite3/libsqlite/sqlite3.c if( (pPg->flags&PGHDR_DIRTY) && pPager->nSavepoint==0 ){ PGHDR_DIRTY 43147 sqlite3/libsqlite/sqlite3.c if( pPg->flags&PGHDR_DIRTY PGHDR_DIRTY 43168 sqlite3/libsqlite/sqlite3.c assert( pPg->flags&PGHDR_DIRTY );