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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h8418 ** never invoke xUnpin() except to deliberately delete a page.
8419 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
8470 ** [[the xUnpin() page cache method]]
8471 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
8480 ** call to xUnpin() unpins the page regardless of the number of prior calls
8519 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
8541 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c9481 ** never invoke xUnpin() except to deliberately delete a page.
9482 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
9533 ** [[the xUnpin() page cache method]]
9534 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
9543 ** call to xUnpin() unpins the page regardless of the number of prior calls
9582 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
9604 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
[all...]
/freebsd-11-stable/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 967 milliseconds