Home | History | Annotate | Download | only in orig

Lines Matching defs:xUnpin

6727 ** never invoke xUnpin() except to deliberately delete a page.
6728 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6779 ** [[the xUnpin() page cache method]]
6780 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
6789 ** call to xUnpin() unpins the page regardless of the number of prior calls
6828 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
6850 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
36347 ** Wrapper around the pluggable caches xUnpin method. If the cache is
36356 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, p->pPage, 0);
36579 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, p->pPage, 1);
37668 ** Implementation of the sqlite3_pcache.xUnpin method.
37799 pcache1Unpin, /* xUnpin */