Home
last modified time | relevance | path

Searched refs:sqlite3_pcache_methods2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h8674 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
8675 struct sqlite3_pcache_methods2 { struct
H A Dsqlite3.c8980 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef
8981 struct sqlite3_pcache_methods2 { struct
18832 sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */
51904 static const sqlite3_pcache_methods2 defaultMethods = {
167142 sqlite3GlobalConfig.pcache2 = *va_arg(ap, sqlite3_pcache_methods2*);
167153 *va_arg(ap, sqlite3_pcache_methods2*) = sqlite3GlobalConfig.pcache2;