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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h5989 ** [[the xFetch() page cache methods]]
5990 ** The xFetch() method locates a page in the cache and returns a pointer to
5994 ** minimum key value is 1. After it has been retrieved using xFetch, the page
6012 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
6014 ** failed.)^ In between the to xFetch() calls, SQLite may
6029 ** to xFetch().
6059 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c6542 ** [[the xFetch() page cache methods]]
6543 ** The xFetch() method locates a page in the cache and returns a pointer to
6547 ** minimum key value is 1. After it has been retrieved using xFetch, the page
6565 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
6567 ** failed.)^ In between the to xFetch() calls, SQLite may
6582 ** to xFetch().
6612 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
[all...]

Completed in 437 milliseconds