Home | History | Annotate | Download | only in orig

Lines Matching refs:xFetch

6195 ** [[the xFetch() page cache methods]]
6196 ** The xFetch() method locates a page in the cache and returns a pointer to
6205 ** is 1. After it has been retrieved using xFetch, the page is considered
6223 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
6225 ** failed.)^ In between the to xFetch() calls, SQLite may
6240 ** to xFetch().
6277 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6299 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);