Searched refs:sqlite3_pcache (Results 1 - 5 of 5) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h6083 ** The sqlite3_pcache type is opaque. It is implemented by
6086 ** sqlite3_pcache object except by holding and passing pointers
6091 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
6258 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6274 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6275 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6276 int (*xPagecount)(sqlite3_pcache*);
6277 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6278 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_pag
[all...]
H A Dsqlite3.c6633 ** The sqlite3_pcache type is opaque. It is implemented by
6636 ** sqlite3_pcache object except by holding and passing pointers
6641 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
6808 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6824 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6825 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6826 int (*xPagecount)(sqlite3_pcache*);
6827 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6828 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_pag
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6083 ** The sqlite3_pcache type is opaque. It is implemented by
6086 ** sqlite3_pcache object except by holding and passing pointers
6091 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
6258 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6274 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6275 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6276 int (*xPagecount)(sqlite3_pcache*);
6277 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6278 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_pag
[all...]
H A Dsqlite3.c6633 ** The sqlite3_pcache type is opaque. It is implemented by
6636 ** sqlite3_pcache object except by holding and passing pointers
6641 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
6808 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6824 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6825 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6826 int (*xPagecount)(sqlite3_pcache*);
6827 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6828 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_pag
[all...]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h5021 ** The sqlite3_pcache type is opaque. It is implemented by
5024 ** sqlite3_pcache object except by holding and passing pointers
5029 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
5141 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
5150 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
5151 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
5152 int (*xPagecount)(sqlite3_pcache*);
5153 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
5154 void (*xUnpin)(sqlite3_pcache*, voi
[all...]

Completed in 655 milliseconds