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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1757 void function(sqlite3_pcache*, sqlite3_pcache_page*, int discard) xUnpin;
1774 void function (sqlite3_pcache*, void*, int discard) xUnpin;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h8976 ** never invoke xUnpin() except to deliberately delete a page.
8977 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
9028 ** [[the xUnpin() page cache method]]
9029 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
9038 ** call to xUnpin() unpins the page regardless of the number of prior calls
9077 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
9099 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
H A Dshell.c2739 fprintf(pcachetraceOut, "PCACHETRACE: xUnpin(%p, %p, %d)\n",
2742 pcacheBase.xUnpin(p, pPg, bDiscard);
H A Dsqlite3.c9289 ** never invoke xUnpin() except to deliberately delete a page.
9290 ** ^In other words, calls to xUnpin() on a cache with bPurgeable set to
9341 ** [[the xUnpin() page cache method]]
9342 ** ^xUnpin() is called by SQLite with a pointer to a currently pinned page
9351 ** call to xUnpin() unpins the page regardless of the number of prior calls
9390 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard); member in struct:sqlite3_pcache_methods2
9412 void (*xUnpin)(sqlite3_pcache*, void*, int discard); member in struct:sqlite3_pcache_methods
[all...]

Completed in 646 milliseconds