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

/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache.c125 ** Wrapper around the pluggable caches xUnpin method. If the cache is
134 sqlite3GlobalConfig.pcache.xUnpin(pCache->pCache, p, 0);
335 sqlite3GlobalConfig.pcache.xUnpin(pCache->pCache, p, 1);
H A Dtest_init.c139 wrapped.pcache.xUnpin(p, a, b);
H A Dsqlite.h.in5767 ** never invoke xUnpin() except to deliberately delete a page.
5768 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
5811 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
5820 ** call to xUnpin() unpins the page regardless of the number of prior calls
5850 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
/external/sqlite/dist/orig/
H A Dsqlite3.h6587 ** never invoke xUnpin() except to deliberately delete a page.
6588 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6639 ** [[the xUnpin() page cache method]]
6640 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
6649 ** call to xUnpin() unpins the page regardless of the number of prior calls
6688 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
6710 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c6702 ** never invoke xUnpin() except to deliberately delete a page.
6703 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6754 ** [[the xUnpin() page cache method]]
6755 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
6764 ** call to xUnpin() unpins the page regardless of the number of prior calls
6803 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
6825 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6587 ** never invoke xUnpin() except to deliberately delete a page.
6588 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6639 ** [[the xUnpin() page cache method]]
6640 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
6649 ** call to xUnpin() unpins the page regardless of the number of prior calls
6688 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
6710 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c6702 ** never invoke xUnpin() except to deliberately delete a page.
6703 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6754 ** [[the xUnpin() page cache method]]
6755 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
6764 ** call to xUnpin() unpins the page regardless of the number of prior calls
6803 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
6825 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h5772 ** never invoke xUnpin() except to deliberately delete a page.
5773 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
5816 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
5825 ** call to xUnpin() unpins the page regardless of the number of prior calls
5855 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c6315 ** never invoke xUnpin() except to deliberately delete a page.
6316 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
6359 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
6368 ** call to xUnpin() unpins the page regardless of the number of prior calls
6398 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
[all...]

Completed in 752 milliseconds