Searched refs:sqlite3_pcache_methods2 (Results 1 – 4 of 4) sorted by relevance
7596 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef7597 struct sqlite3_pcache_methods2 { struct
8620 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef8621 struct sqlite3_pcache_methods2 { struct17163 sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */47238 static const sqlite3_pcache_methods2 defaultMethods = {143863 sqlite3GlobalConfig.pcache2 = *va_arg(ap, sqlite3_pcache_methods2*);143874 *va_arg(ap, sqlite3_pcache_methods2*) = sqlite3GlobalConfig.pcache2;
8620 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef8621 struct sqlite3_pcache_methods2 { struct17163 sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */47222 static const sqlite3_pcache_methods2 defaultMethods = {143847 sqlite3GlobalConfig.pcache2 = *va_arg(ap, sqlite3_pcache_methods2*);143858 *va_arg(ap, sqlite3_pcache_methods2*) = sqlite3GlobalConfig.pcache2;