Home
last modified time | relevance | path

Searched refs:PGHDR_CLEAN (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c15587 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
47873 if( pPg->flags & PGHDR_CLEAN ){
48233 pPgHdr->flags = PGHDR_CLEAN;
48270 if( p->flags&PGHDR_CLEAN ){
48310 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){ /*OPTIMIZATION-IF-FALSE*/
48312 if( p->flags & PGHDR_CLEAN ){
48313 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
48315 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
48329 assert( (p->flags & PGHDR_CLEAN)==0 );
48332 p->flags |= PGHDR_CLEAN;

Completed in 504 milliseconds