Searched defs:JsonCache (Results 1 – 1 of 1) sorted by relevance
212989 typedef struct JsonCache JsonCache; typedef213018 struct JsonCache { struct213019 sqlite3 *db; /* Database connection */213020 int nUsed; /* Number of active entries in the cache */213021 JsonParse *a[JSON_CACHE_SIZE]; /* One line for each cache entry */