Home | History | Annotate | Download | only in dist

Lines Matching defs:xUnpin

6177 ** never invoke xUnpin() except to deliberately delete a page.
6178 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6229 ** [[the xUnpin() page cache method]]
6230 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
6239 ** call to xUnpin() unpins the page regardless of the number of prior calls
6278 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
6300 void (*xUnpin)(sqlite3_pcache*, void*, int discard);