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

/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache.c234 pPage = sqlite3GlobalConfig.pcache.xFetch(pCache->pCache, pgno, eCreate);
262 pPage = sqlite3GlobalConfig.pcache.xFetch(pCache->pCache, pgno, 2);
H A Dtest_init.c136 return wrapped.pcache.xFetch(p, a, b);
H A Dsqlite.h.in5783 ** The xFetch() method locates a page in the cache and returns a pointer to
5787 ** mimimum key value is 1. After it has been retrieved using xFetch, the page
5805 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
5807 ** failed.)^ In between the to xFetch() calls, SQLite may
5821 ** to xFetch().
5849 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
/external/sqlite/dist/orig/
H A Dsqlite3.h744 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp); member in struct:sqlite3_io_methods
6605 ** [[the xFetch() page cache methods]]
6606 ** The xFetch() method locates a page in the cache and returns a pointer to
6615 ** is 1. After it has been retrieved using xFetch, the page is considered
6633 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
6635 ** failed.)^ In between the to xFetch() calls, SQLite may
6650 ** to xFetch().
6687 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods2
6709 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c859 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp); member in struct:sqlite3_io_methods
6720 ** [[the xFetch() page cache methods]]
6721 ** The xFetch() method locates a page in the cache and returns a pointer to
6730 ** is 1. After it has been retrieved using xFetch, the page is considered
6748 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
6750 ** failed.)^ In between the to xFetch() calls, SQLite may
6765 ** to xFetch().
6802 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods2
6824 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
15892 /* The real implementation of xFetch an
[all...]
/external/sqlite/dist/
H A Dsqlite3.h744 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp); member in struct:sqlite3_io_methods
6605 ** [[the xFetch() page cache methods]]
6606 ** The xFetch() method locates a page in the cache and returns a pointer to
6615 ** is 1. After it has been retrieved using xFetch, the page is considered
6633 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
6635 ** failed.)^ In between the to xFetch() calls, SQLite may
6650 ** to xFetch().
6687 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods2
6709 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c859 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp); member in struct:sqlite3_io_methods
6720 ** [[the xFetch() page cache methods]]
6721 ** The xFetch() method locates a page in the cache and returns a pointer to
6730 ** is 1. After it has been retrieved using xFetch, the page is considered
6748 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
6750 ** failed.)^ In between the to xFetch() calls, SQLite may
6765 ** to xFetch().
6802 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods2
6824 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
15892 /* The real implementation of xFetch an
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h5788 ** The xFetch() method locates a page in the cache and returns a pointer to
5792 ** mimimum key value is 1. After it has been retrieved using xFetch, the page
5810 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
5812 ** failed.)^ In between the to xFetch() calls, SQLite may
5826 ** to xFetch().
5854 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c6331 ** The xFetch() method locates a page in the cache and returns a pointer to
6335 ** mimimum key value is 1. After it has been retrieved using xFetch, the page
6353 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
6355 ** failed.)^ In between the to xFetch() calls, SQLite may
6369 ** to xFetch().
6397 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
[all...]

Completed in 1379 milliseconds