Home
last modified time | relevance | path

Searched refs:sqlite3_pcache_methods (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h6051 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6052 struct sqlite3_pcache_methods { struct
H A Dsqlite3.c6604 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6605 struct sqlite3_pcache_methods { struct
11088 sqlite3_pcache_methods pcache; /* Low-level page-cache interface */
36916 static const sqlite3_pcache_methods defaultMethods = {
110513 sqlite3GlobalConfig.pcache = *va_arg(ap, sqlite3_pcache_methods*);
110521 *va_arg(ap, sqlite3_pcache_methods*) = sqlite3GlobalConfig.pcache;
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h8459 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
8460 struct sqlite3_pcache_methods { struct
H A Dsqlite3.c9498 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
9499 struct sqlite3_pcache_methods { struct