Home
last modified time | relevance | path

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

/third_party/iowow/src/json/
Diwjser.c14 typedef struct JCTX { struct
20 } JCTX; argument
48 …DE _jbl_json_create_node(jbl_type_t type, const char *key, int klidx, JBL_NODE parent, JCTX *ctx) { in _jbl_json_create_node()
66 IW_INLINE void _jbl_skip_bom(JCTX *ctx) { in _jbl_skip_bom()
190 static const char* _jbl_parse_key(const char **key, const char *p, JCTX *ctx) { in _jbl_parse_key()
238 JCTX *ctx in _jbl_parse_value()
588 JCTX ctx = { in jbn_from_json()