Home
last modified time | relevance | path

Searched refs:JsonParse (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c212673 typedef struct JsonParse JsonParse; typedef
212703 JsonParse *a[JSON_CACHE_SIZE]; /* One line for each cache entry */
212764 struct JsonParse { struct
212817 static int jsonArgIsJsonb(sqlite3_value *pJson, JsonParse *p);
212818 static u32 jsonTranslateBlobToText(JsonParse*,u32,JsonString*);
212819 static void jsonReturnParse(sqlite3_context*,JsonParse*);
212820 static JsonParse *jsonParseFuncArg(sqlite3_context*,sqlite3_value*,u32);
212821 static void jsonParseFree(JsonParse*);
212822 static u32 jsonbPayloadSize(const JsonParse*, u32, u32*);
212852 JsonParse *pParse /* The parse object to be added to the cache */
[all …]