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;
6937 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef6938 struct sqlite3_pcache_methods { struct
7151 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef7152 struct sqlite3_pcache_methods { struct