Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpcache.c173 #define PCACHE_DIRTYLIST_ADD 2 /* Add pPage to the dirty list */ macro
219 if( addRemove & PCACHE_DIRTYLIST_ADD ){ in pcacheManageDirtyList()
588 pcacheManageDirtyList(p, PCACHE_DIRTYLIST_ADD); in sqlite3PcacheMakeDirty()