Home
last modified time | relevance | path

Searched refs:PGHDR_CLEAN (Results 1 – 25 of 146) sorted by relevance

123456

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dpcache.c114 if( pPg->flags & PGHDR_CLEAN ){ in sqlite3PcachePageSanity()
476 pPgHdr->flags = PGHDR_CLEAN; in pcacheFetchFinishWithInit()
513 if( p->flags&PGHDR_CLEAN ){ in sqlite3PcacheRelease()
553 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){ /*OPTIMIZATION-IF-FALSE*/ in sqlite3PcacheMakeDirty()
555 if( p->flags & PGHDR_CLEAN ){ in sqlite3PcacheMakeDirty()
556 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN); in sqlite3PcacheMakeDirty()
558 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY ); in sqlite3PcacheMakeDirty()
572 assert( (p->flags & PGHDR_CLEAN)==0 ); in sqlite3PcacheMakeClean()
575 p->flags |= PGHDR_CLEAN; in sqlite3PcacheMakeClean()
H A Dpcache.h51 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dpcache.c114 if( pPg->flags & PGHDR_CLEAN ){ in sqlite3PcachePageSanity()
477 pPgHdr->flags = PGHDR_CLEAN; in pcacheFetchFinishWithInit()
514 if( p->flags&PGHDR_CLEAN ){ in sqlite3PcacheRelease()
558 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){ /*OPTIMIZATION-IF-FALSE*/ in sqlite3PcacheMakeDirty()
560 if( p->flags & PGHDR_CLEAN ){ in sqlite3PcacheMakeDirty()
561 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN); in sqlite3PcacheMakeDirty()
563 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY ); in sqlite3PcacheMakeDirty()
577 assert( (p->flags & PGHDR_CLEAN)==0 ); in sqlite3PcacheMakeClean()
580 p->flags |= PGHDR_CLEAN; in sqlite3PcacheMakeClean()
H A Dpcache.h49 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dpcache.c114 if( pPg->flags & PGHDR_CLEAN ){ in sqlite3PcachePageSanity()
476 pPgHdr->flags = PGHDR_CLEAN; in pcacheFetchFinishWithInit()
513 if( p->flags&PGHDR_CLEAN ){ in sqlite3PcacheRelease()
553 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){ /*OPTIMIZATION-IF-FALSE*/ in sqlite3PcacheMakeDirty()
555 if( p->flags & PGHDR_CLEAN ){ in sqlite3PcacheMakeDirty()
556 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN); in sqlite3PcacheMakeDirty()
558 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY ); in sqlite3PcacheMakeDirty()
572 assert( (p->flags & PGHDR_CLEAN)==0 ); in sqlite3PcacheMakeClean()
575 p->flags |= PGHDR_CLEAN; in sqlite3PcacheMakeClean()
H A Dpcache.h51 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dpcache.c114 if( pPg->flags & PGHDR_CLEAN ){ in sqlite3PcachePageSanity()
476 pPgHdr->flags = PGHDR_CLEAN; in pcacheFetchFinishWithInit()
513 if( p->flags&PGHDR_CLEAN ){ in sqlite3PcacheRelease()
553 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){ /*OPTIMIZATION-IF-FALSE*/ in sqlite3PcacheMakeDirty()
555 if( p->flags & PGHDR_CLEAN ){ in sqlite3PcacheMakeDirty()
556 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN); in sqlite3PcacheMakeDirty()
558 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY ); in sqlite3PcacheMakeDirty()
572 assert( (p->flags & PGHDR_CLEAN)==0 ); in sqlite3PcacheMakeClean()
575 p->flags |= PGHDR_CLEAN; in sqlite3PcacheMakeClean()
H A Dpcache.h51 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c10452 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
40112 pPgHdr->flags = PGHDR_CLEAN;
40151 if( p->flags&PGHDR_CLEAN ){
40188 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
40190 if( p->flags & PGHDR_CLEAN ){
40191 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
40192 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
40204 assert( (p->flags & PGHDR_CLEAN)==0 );
40207 p->flags |= PGHDR_CLEAN;
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c10452 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
40112 pPgHdr->flags = PGHDR_CLEAN;
40151 if( p->flags&PGHDR_CLEAN ){
40188 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
40190 if( p->flags & PGHDR_CLEAN ){
40191 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
40192 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
40204 assert( (p->flags & PGHDR_CLEAN)==0 );
40207 p->flags |= PGHDR_CLEAN;
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c10452 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
40112 pPgHdr->flags = PGHDR_CLEAN;
40151 if( p->flags&PGHDR_CLEAN ){
40188 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
40190 if( p->flags & PGHDR_CLEAN ){
40191 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
40192 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
40204 assert( (p->flags & PGHDR_CLEAN)==0 );
40207 p->flags |= PGHDR_CLEAN;
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c10452 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
40112 pPgHdr->flags = PGHDR_CLEAN;
40151 if( p->flags&PGHDR_CLEAN ){
40188 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
40190 if( p->flags & PGHDR_CLEAN ){
40191 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
40192 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
40204 assert( (p->flags & PGHDR_CLEAN)==0 );
40207 p->flags |= PGHDR_CLEAN;
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c10452 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
40112 pPgHdr->flags = PGHDR_CLEAN;
40151 if( p->flags&PGHDR_CLEAN ){
40188 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
40190 if( p->flags & PGHDR_CLEAN ){
40191 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
40192 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
40204 assert( (p->flags & PGHDR_CLEAN)==0 );
40207 p->flags |= PGHDR_CLEAN;
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c10452 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */
40112 pPgHdr->flags = PGHDR_CLEAN;
40151 if( p->flags&PGHDR_CLEAN ){
40188 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
40190 if( p->flags & PGHDR_CLEAN ){
40191 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
40192 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
40204 assert( (p->flags & PGHDR_CLEAN)==0 );
40207 p->flags |= PGHDR_CLEAN;
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c10452 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
40112 pPgHdr->flags = PGHDR_CLEAN;
40151 if( p->flags&PGHDR_CLEAN ){
40188 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
40190 if( p->flags & PGHDR_CLEAN ){
40191 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
40192 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
40204 assert( (p->flags & PGHDR_CLEAN)==0 );
40207 p->flags |= PGHDR_CLEAN;
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c10452 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
40112 pPgHdr->flags = PGHDR_CLEAN;
40151 if( p->flags&PGHDR_CLEAN ){
40188 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
40190 if( p->flags & PGHDR_CLEAN ){
40191 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
40192 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
40204 assert( (p->flags & PGHDR_CLEAN)==0 );
40207 p->flags |= PGHDR_CLEAN;
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c10452 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
40112 pPgHdr->flags = PGHDR_CLEAN;
40151 if( p->flags&PGHDR_CLEAN ){
40188 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
40190 if( p->flags & PGHDR_CLEAN ){
40191 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
40192 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
40204 assert( (p->flags & PGHDR_CLEAN)==0 );
40207 p->flags |= PGHDR_CLEAN;
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c10452 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */
40112 pPgHdr->flags = PGHDR_CLEAN;
40151 if( p->flags&PGHDR_CLEAN ){
40188 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
40190 if( p->flags & PGHDR_CLEAN ){
40191 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
40192 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
40204 assert( (p->flags & PGHDR_CLEAN)==0 );
40207 p->flags |= PGHDR_CLEAN;
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/auto/
H A Dsqlite3.c10452 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
40112 pPgHdr->flags = PGHDR_CLEAN;
40151 if( p->flags&PGHDR_CLEAN ){
40188 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
40190 if( p->flags & PGHDR_CLEAN ){
40191 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
40192 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
40204 assert( (p->flags & PGHDR_CLEAN)==0 );
40207 p->flags |= PGHDR_CLEAN;
/dports/lang/jimtcl/jimtcl-0.81/sqlite3/
H A Dsqlite3.c13173 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
43608 if( pPg->flags & PGHDR_CLEAN ){
43965 pPgHdr->flags = PGHDR_CLEAN;
44002 if( p->flags&PGHDR_CLEAN ){
44046 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){ /*OPTIMIZATION-IF-FALSE*/
44048 if( p->flags & PGHDR_CLEAN ){
44049 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
44051 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
44065 assert( (p->flags & PGHDR_CLEAN)==0 );
44068 p->flags |= PGHDR_CLEAN;
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c13169 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
43604 if( pPg->flags & PGHDR_CLEAN ){
43961 pPgHdr->flags = PGHDR_CLEAN;
43998 if( p->flags&PGHDR_CLEAN ){
44042 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){ /*OPTIMIZATION-IF-FALSE*/
44044 if( p->flags & PGHDR_CLEAN ){
44045 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
44047 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
44061 assert( (p->flags & PGHDR_CLEAN)==0 );
44064 p->flags |= PGHDR_CLEAN;
/dports/devel/openocd/openocd-0.11.0/jimtcl/sqlite3/
H A Dsqlite3.c13173 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
43608 if( pPg->flags & PGHDR_CLEAN ){
43965 pPgHdr->flags = PGHDR_CLEAN;
44002 if( p->flags&PGHDR_CLEAN ){
44046 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){ /*OPTIMIZATION-IF-FALSE*/
44048 if( p->flags & PGHDR_CLEAN ){
44049 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
44051 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
44065 assert( (p->flags & PGHDR_CLEAN)==0 );
44068 p->flags |= PGHDR_CLEAN;
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c11313 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
41157 pPgHdr->flags = PGHDR_CLEAN;
41193 if( p->flags&PGHDR_CLEAN ){
41231 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
41233 if( p->flags & PGHDR_CLEAN ){
41234 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
41235 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
41247 assert( (p->flags & PGHDR_CLEAN)==0 );
41250 p->flags |= PGHDR_CLEAN;
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/sqlite/
H A Dsqlite3.c11313 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
41157 pPgHdr->flags = PGHDR_CLEAN;
41193 if( p->flags&PGHDR_CLEAN ){
41231 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
41233 if( p->flags & PGHDR_CLEAN ){
41234 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
41235 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
41247 assert( (p->flags & PGHDR_CLEAN)==0 );
41250 p->flags |= PGHDR_CLEAN;
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/bandb/sqlite3/
H A Dsqlite3.c11306 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */ macro
41150 pPgHdr->flags = PGHDR_CLEAN;
41186 if( p->flags&PGHDR_CLEAN ){
41224 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){
41226 if( p->flags & PGHDR_CLEAN ){
41227 p->flags ^= (PGHDR_DIRTY|PGHDR_CLEAN);
41228 assert( (p->flags & (PGHDR_DIRTY|PGHDR_CLEAN))==PGHDR_DIRTY );
41240 assert( (p->flags & PGHDR_CLEAN)==0 );
41243 p->flags |= PGHDR_CLEAN;

123456