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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h5163 ** The sqlite3_pcache type is opaque. It is implemented by
5166 ** sqlite3_pcache object except by holding and passing pointers
5171 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
5297 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
5306 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
5307 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
5308 int (*xPagecount)(sqlite3_pcache*);
5309 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
5310 void (*xUnpin)(sqlite3_pcache*, voi
[all...]
H A Dsqlite3.c5687 ** The sqlite3_pcache type is opaque. It is implemented by
5690 ** sqlite3_pcache object except by holding and passing pointers
5695 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
5821 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
5830 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
5831 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
5832 int (*xPagecount)(sqlite3_pcache*);
5833 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
5834 void (*xUnpin)(sqlite3_pcache*, voi
[all...]

Completed in 309 milliseconds