Searched refs:xFetch (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h5243 ** ^The xFetch() method is used to fetch a page and return a pointer to it.
5246 ** mimimum key value is 1. After it has been retrieved using xFetch, the page
5253 ** createFlag parameter passed to xFetch, according to the following table:
5264 ** SQLite will normally invoke xFetch() with a createFlag of 0 or 1. If
5265 ** a call to xFetch() with createFlag==1 returns NULL, then SQLite will
5268 ** attempting to unpin pages, the xFetch() method will be invoked again with
5275 ** the xFetch() method, it will be zeroed.)^ ^If the discard parameter is
5281 ** to xFetch().)^
5309 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c5767 ** ^The xFetch() method is used to fetch a page and return a pointer to it.
5770 ** mimimum key value is 1. After it has been retrieved using xFetch, the page
5777 ** createFlag parameter passed to xFetch, according to the following table:
5788 ** SQLite will normally invoke xFetch() with a createFlag of 0 or 1. If
5789 ** a call to xFetch() with createFlag==1 returns NULL, then SQLite will
5792 ** attempting to unpin pages, the xFetch() method will be invoked again with
5799 ** the xFetch() method, it will be zeroed.)^ ^If the discard parameter is
5805 ** to xFetch().)^
5833 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
[all...]

Completed in 279 milliseconds