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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h5891 ** The sqlite3_pcache type is opaque. It is implemented by
5894 ** sqlite3_pcache object except by holding and passing pointers
5899 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
6047 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6056 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6057 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6058 int (*xPagecount)(sqlite3_pcache*);
6059 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6060 void (*xUnpin)(sqlite3_pcache*, voi
[all...]
H A Dsqlite3.c6444 ** The sqlite3_pcache type is opaque. It is implemented by
6447 ** sqlite3_pcache object except by holding and passing pointers
6452 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
6600 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6609 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6610 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6611 int (*xPagecount)(sqlite3_pcache*);
6612 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6613 void (*xUnpin)(sqlite3_pcache*, voi
[all...]

Completed in 464 milliseconds