Searched refs:sqlite3_pcache_methods (Results 1 – 4 of 4) sorted by relevance
6051 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef6052 struct sqlite3_pcache_methods { struct
6604 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef6605 struct sqlite3_pcache_methods { struct11088 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;
8459 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef8460 struct sqlite3_pcache_methods { struct
9498 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef9499 struct sqlite3_pcache_methods { struct