Home
last modified time | relevance | path

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

/dports/security/uacme/uacme-upstream-1.7.1/
H A Djson.h54 } json_value_t; typedef
56 json_value_t *json_parse(const char *body, size_t body_len);
57 void json_dump(FILE *f, const json_value_t *value);
58 void json_free(json_value_t *value);
59 const json_value_t *json_find(const json_value_t *haystack,
61 const char *json_find_value(const json_value_t *haystack,
63 const char *json_find_string(const json_value_t *haystack,
65 int json_compare_string(const json_value_t *haystack,
H A Djson.c33 json_value_t *value) { in json_build()
59 value->v.object.names = calloc(t->size, sizeof(json_value_t)); in json_build()
144 void json_dump(FILE *f, const json_value_t *value) in json_dump()
149 void json_free(json_value_t *value) in json_free()
181 const json_value_t *json_find(const json_value_t *haystack, in json_find()
192 const char *json_find_value(const json_value_t *haystack, in json_find_value()
204 const char *json_find_string(const json_value_t *haystack, in json_find_string()
216 int json_compare_string(const json_value_t *haystack, const char *name, in json_compare_string()
226 json_value_t *json_parse(const char *body, size_t body_len) in json_parse()
228 json_value_t *ret = NULL; in json_parse()
[all …]
H A Duacme.c52 json_value_t *json;
53 json_value_t *account;
54 json_value_t *dir;
55 json_value_t *order;
389 const json_value_t *e = json_find(a->json, "error"); in acme_error()
488 const json_value_t *meta = json_find(a->dir, "meta"); in account_new()
620 const json_value_t *contacts = json_find(a->account, "contact"); in account_update()
792 json_value_t *auth = NULL; in authorize()
793 const json_value_t *auths = json_find(a->order, "authorizations"); in authorize()
826 const json_value_t *ident = json_find(a->json, "identifier"); in authorize()
[all …]
/dports/textproc/miller/miller-5.10.2/c/input/
H A Djson_parser.h121 } json_value_t; typedef
144 json_value_t * json_parse(
151 json_value_t * json_parse_for_unit_test(
155 void json_free_value(json_value_t *);
159 void json_print_non_recursive(json_value_t* pvalue);
160 void json_print_recursive(json_value_t* pvalue);
H A Djson_parser.c94 json_value_t ** ptop, in new_value()
95 json_value_t ** proot, in new_value()
96 json_value_t ** palloc, in new_value()
99 json_value_t * pvalue; in new_value()
177 if (! (pvalue = (json_value_t *) json_alloc(pstate, sizeof (json_value_t), 1))) { in new_value()
261 json_value_t * json_parse( in json_parse()
270 json_value_t * ptop, * proot, * palloc = 0; in json_parse()
809 json_value_t * parent = ptop->parent; in json_parse()
882 json_value_t * json_parse_for_unit_test( in json_parse_for_unit_test()
892 void json_free_value(json_value_t * pvalue) { in json_free_value()
[all …]
H A Dmlr_json_adapter.c6 static lrec_t* validate_millerable_object(json_value_t* pjson_object, char* flatten_sep,
8 static int populate_from_nested_object(lrec_t* prec, json_value_t* pjson_object, char* prefix, char…
10 static int populate_from_nested_array(lrec_t* prec, json_value_t* pjson_array, char* prefix, char* …
14 int reference_json_objects_as_lrecs(sllv_t* precords, json_value_t* ptop_level_json, char* flatten_… in reference_json_objects_as_lrecs()
20 json_value_t* pnext_level_json = ptop_level_json->u.array.values[i]; in reference_json_objects_as_lrecs()
52 lrec_t* validate_millerable_object(json_value_t* pjson, char* flatten_sep, json_array_ingest_t json… in validate_millerable_object()
60 json_value_t* pjson_value = pobject_entry->pvalue; in validate_millerable_object()
127 static int populate_from_nested_object(lrec_t* prec, json_value_t* pjson_object, char* prefix, char… in populate_from_nested_object()
134 json_value_t* pjson_value = pobject_entry->pvalue; in populate_from_nested_object()
199 static int populate_from_nested_array(lrec_t* prec, json_value_t* pjson_array, char* prefix, char* … in populate_from_nested_array()
[all …]
H A Dlrec_reader_stdio_json.c89 json_value_t* top_level_json_object = pe->pvvalue; in lrec_reader_stdio_json_free()
116 json_value_t* parsed_top_level_json; in lrec_reader_stdio_json_sof()
H A Dmlr_json_adapter.h16 int reference_json_objects_as_lrecs(sllv_t* precords, json_value_t* ptop_level_json, char* flatten_…
/dports/textproc/miller/miller-5.10.2/c/experimental/
H A Djson_vg_mem.c13 json_value_t* parsed_top_level_json; in parse()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/src/
H A Dparson.h37 typedef struct json_value_t JSON_Value;
H A Dparson.c55 struct json_value_t { struct
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/include/faup/
H A Dparson.h37 typedef struct json_value_t JSON_Value;
/dports/lang/io-devel/io-9bfac31d/deps/parson/
H A Dparson.h37 typedef struct json_value_t JSON_Value;
H A Dparson.c71 struct json_value_t { struct
/dports/misc/vifm/vifm-0.11/src/utils/
H A Dparson.h39 typedef struct json_value_t JSON_Value;
H A Dparson.c82 struct json_value_t { struct
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby-json/src/
H A Dparson.h40 typedef struct json_value_t JSON_Value;
H A Dparson.c77 struct json_value_t { struct
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/
H A Dparson.c66 struct json_value_t { struct