Searched defs:sqlite3_pcache (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h5695 ** The sqlite3_pcache type is opaque. It is implemented by
5698 ** sqlite3_pcache object except by holding and passing pointers
5703 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
5842 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
5851 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
5852 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
5853 int (*xPagecount)(sqlite3_pcache*);
5854 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
5855 void (*xUnpin)(sqlite3_pcache*, voi
[all...]
H A Dsqlite3.c6238 ** The sqlite3_pcache type is opaque. It is implemented by
6241 ** sqlite3_pcache object except by holding and passing pointers
6246 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
6385 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6394 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6395 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6396 int (*xPagecount)(sqlite3_pcache*);
6397 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6398 void (*xUnpin)(sqlite3_pcache*, voi
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h6493 ** The sqlite3_pcache type is opaque. It is implemented by
6496 ** sqlite3_pcache object except by holding and passing pointers
6501 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
6668 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6684 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6685 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6686 int (*xPagecount)(sqlite3_pcache*);
6687 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6688 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_pag
[all...]
H A Dsqlite3.c6608 ** The sqlite3_pcache type is opaque. It is implemented by
6611 ** sqlite3_pcache object except by holding and passing pointers
6616 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
6783 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6799 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6800 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6801 int (*xPagecount)(sqlite3_pcache*);
6802 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6803 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_pag
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6493 ** The sqlite3_pcache type is opaque. It is implemented by
6496 ** sqlite3_pcache object except by holding and passing pointers
6501 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
6668 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6684 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6685 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6686 int (*xPagecount)(sqlite3_pcache*);
6687 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6688 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_pag
[all...]
H A Dsqlite3.c6608 ** The sqlite3_pcache type is opaque. It is implemented by
6611 ** sqlite3_pcache object except by holding and passing pointers
6616 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
6783 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6799 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6800 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6801 int (*xPagecount)(sqlite3_pcache*);
6802 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6803 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_pag
[all...]

Completed in 885 milliseconds