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

/external/sqlite/dist/orig/
H A Dsqlite3.h6796 ** never invoke xUnpin() except to deliberately delete a page.
6797 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6848 ** [[the xUnpin() page cache method]]
6849 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
6858 ** call to xUnpin() unpins the page regardless of the number of prior calls
6897 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
6919 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c7003 ** never invoke xUnpin() except to deliberately delete a page.
7004 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
7055 ** [[the xUnpin() page cache method]]
7056 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
7065 ** call to xUnpin() unpins the page regardless of the number of prior calls
7104 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
7126 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6796 ** never invoke xUnpin() except to deliberately delete a page.
6797 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6848 ** [[the xUnpin() page cache method]]
6849 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
6858 ** call to xUnpin() unpins the page regardless of the number of prior calls
6897 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
6919 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c7003 ** never invoke xUnpin() except to deliberately delete a page.
7004 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
7055 ** [[the xUnpin() page cache method]]
7056 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
7065 ** call to xUnpin() unpins the page regardless of the number of prior calls
7104 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
7126 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
[all...]

Completed in 350 milliseconds