Home
last modified time | relevance | path

Searched defs:JsonCache (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c212989 typedef struct JsonCache JsonCache; typedef
213018 struct JsonCache { struct
213019 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 */