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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h6404 ** never invoke xUnpin() except to deliberately delete a page.
6405 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6456 ** [[the xUnpin() page cache method]]
6457 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
6466 ** call to xUnpin() unpins the page regardless of the number of prior calls
6505 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
6527 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c6975 ** never invoke xUnpin() except to deliberately delete a page.
6976 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
7027 ** [[the xUnpin() page cache method]]
7028 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
7037 ** call to xUnpin() unpins the page regardless of the number of prior calls
7076 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
7098 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
[all...]
/freebsd-10.2-release/crypto/heimdal/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 658 milliseconds