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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h6310 ** The sqlite3_pcache type is opaque. It is implemented by
6313 ** sqlite3_pcache object except by holding and passing pointers
6318 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
6485 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6501 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6502 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6503 int (*xPagecount)(sqlite3_pcache*);
6504 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6505 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_pag
[all...]
H A Dsqlite3.c6881 ** The sqlite3_pcache type is opaque. It is implemented by
6884 ** sqlite3_pcache object except by holding and passing pointers
6889 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
7056 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
7072 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
7073 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
7074 int (*xPagecount)(sqlite3_pcache*);
7075 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
7076 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_pag
[all...]
/freebsd-10.0-release/crypto/heimdal/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 701 milliseconds