Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpcache.c174 #define PCACHE_DIRTYLIST_FRONT 3 /* Move pPage to the front of the list */ macro
544 pcacheManageDirtyList(p, PCACHE_DIRTYLIST_FRONT); in sqlite3PcacheRelease()
668 pcacheManageDirtyList(p, PCACHE_DIRTYLIST_FRONT); in sqlite3PcacheMove()