Home | History | Annotate | Download | only in orig

Lines Matching refs:PGHDR_DONT_WRITE

14518 #define PGHDR_DONT_WRITE      0x010  /* Do not write content to disk */
45729 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){ /*OPTIMIZATION-IF-FALSE*/
45730 p->flags &= ~PGHDR_DONT_WRITE;
52326 ** * The PGHDR_DONT_WRITE flag is set on the page.
52376 ** Also, do not write out any page that has the PGHDR_DONT_WRITE flag
52379 if( pgno<=pPager->dbSize && 0==(pList->flags&PGHDR_DONT_WRITE) ){
54128 pPg->flags |= PGHDR_DONT_WRITE;