Lines Matching refs:xUnpin
5659 ** never invoke xUnpin() except to deliberately delete a page.
5660 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
5703 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
5712 ** call to xUnpin() unpins the page regardless of the number of prior calls
5742 void (*xUnpin)(sqlite3_pcache*, void*, int discard);