Searched refs:json_parse (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/keama/ |
H A D | json.c | 37 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 D | keama.c | 165 elem = json_parse(cfile); in main()
|
H A D | keama.h | 455 struct element *json_parse(struct parse *);
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | is_json.c | 80 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 D | sqlite3.c | 208474 JFUNCTION(json_parse, 1,1,0, 0,0,0, jsonParseFunc),
|