Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/keama/
H A Djson.c37 json_parse(struct parse *cfile) in json_parse() function
108 item = json_parse(cfile); in json_list_parse()
114 item = json_parse(cfile); in json_list_parse()
158 item = json_parse(cfile); in json_map_parse()
171 item = json_parse(cfile); in json_map_parse()
H A Dkeama.c165 elem = json_parse(cfile); in main()
H A Dkeama.h455 struct element *json_parse(struct parse *);
/netbsd-src/external/bsd/file/dist/src/
H A Dis_json.c80 static int json_parse(const unsigned char **, const unsigned char *, size_t *,
198 if (!json_parse(&uc, ue, st, lvl + 1)) in json_parse_array()
252 if (!json_parse(&uc, ue, st, lvl + 1)) { in json_parse_object()
352 json_parse(const unsigned char **ucp, const unsigned char *ue, in json_parse() function
418 if (*ouc == *uc && json_parse(&uc, ue, st, 1)) in json_parse()
442 if ((jt = json_parse(&uc, ue, st, 0)) == 0) in file_is_json()
502 printf("is json %d\n", json_parse((const unsigned char **)&p, in main()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c208474 JFUNCTION(json_parse, 1,1,0, 0,0,0, jsonParseFunc),