Home | History | Annotate | Download | only in dist

Lines Matching refs:PGHDR_DIRTY

8320 #define PGHDR_DIRTY             0x002  /* Page has changed */
33123 if( (p->flags&PGHDR_DIRTY)==0 ){
33149 if( p->flags&PGHDR_DIRTY ){
33167 if( 0==(p->flags & PGHDR_DIRTY) ){
33168 p->flags |= PGHDR_DIRTY;
33178 if( (p->flags & PGHDR_DIRTY) ){
33180 p->flags &= ~(PGHDR_DIRTY|PGHDR_NEED_SYNC);
33217 if( (p->flags&PGHDR_DIRTY) && (p->flags&PGHDR_NEED_SYNC) ){
33244 assert( p->flags&PGHDR_DIRTY );
35972 assert( (pPg->flags&PGHDR_DIRTY) || pPg->pageHash==pager_pagehash(pPg) );
38461 assert( pPg->flags&PGHDR_DIRTY );
38944 assert( pPg->flags&PGHDR_DIRTY );
40302 return pPg->flags&PGHDR_DIRTY;
40322 if( (pPg->flags&PGHDR_DIRTY) && pPager->nSavepoint==0 ){
41104 if( pPg->flags&PGHDR_DIRTY
41125 assert( pPg->flags&PGHDR_DIRTY );