Home | History | Annotate | Download | only in dist

Lines Matching refs:xUnpin

5662 ** never invoke xUnpin() except to deliberately delete a page.
5663 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
5706 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
5715 ** call to xUnpin() unpins the page regardless of the number of prior calls
5745 void (*xUnpin)(sqlite3_pcache*, void*, int discard);