Searched refs:xUnpin (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h5971 ** never invoke xUnpin() except to deliberately delete a page.
5972 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6018 ** [[the xUnpin() page cache method]]
6019 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
6028 ** call to xUnpin() unpins the page regardless of the number of prior calls
6060 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c6524 ** never invoke xUnpin() except to deliberately delete a page.
6525 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6571 ** [[the xUnpin() page cache method]]
6572 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
6581 ** call to xUnpin() unpins the page regardless of the number of prior calls
6613 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
[all...]

Completed in 409 milliseconds