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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h8324 ** The sqlite3_pcache type is opaque. It is implemented by
8327 ** sqlite3_pcache object except by holding and passing pointers
8332 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
8499 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
8515 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
8516 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
8517 int (*xPagecount)(sqlite3_pcache*);
8518 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
8519 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_pag
[all...]
H A Dsqlite3.c9387 ** The sqlite3_pcache type is opaque. It is implemented by
9390 ** sqlite3_pcache object except by holding and passing pointers
9395 typedef struct sqlite3_pcache sqlite3_pcache; typedef in typeref:struct:sqlite3_pcache
9562 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
9578 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
9579 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
9580 int (*xPagecount)(sqlite3_pcache*);
9581 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
9582 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_pag
[all...]
/freebsd-11-stable/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 1057 milliseconds