Home
last modified time | relevance | path

Searched refs:PGHDR_DIRTY (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c39630 if( (p->flags&PGHDR_DIRTY)==0 ){
39654 if( p->flags&PGHDR_DIRTY ){
39671 if( 0==(p->flags & PGHDR_DIRTY) ){
39672 p->flags |= PGHDR_DIRTY;
39682 if( (p->flags & PGHDR_DIRTY) ){
39747 assert( p->flags&PGHDR_DIRTY );
45447 assert( pPg->flags&PGHDR_DIRTY );
46024 assert( pPg->flags&PGHDR_DIRTY );
47539 return pPg->flags&PGHDR_DIRTY;
48395 if( pPg->flags&PGHDR_DIRTY
[all …]

Completed in 520 milliseconds