Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter_json_schema.c98 jsons_print_object(out, "status", "value", str, 1, first); in jsons_print_status()
113 jsons_print_object(out, "config", "value", str, 1, first); in jsons_print_config()
128 jsons_print_object(out, "mandatory", "value", str, 1, first); in jsons_print_mand()
136 jsons_print_object(out, "ordered-by", "value", "user", 1, first); in jsons_print_ordering()
138 jsons_print_object(out, "ordered-by", "value", "system", 1, first); in jsons_print_ordering()
195 jsons_print_object(out, "modifier", "value", "invert-match", 1, NULL); in jsons_print_typerestr()
199 jsons_print_object(out, "error-app-tag", "value", restr->eapptag, 1, NULL); in jsons_print_typerestr()
409 jsons_print_object(out, "units", "name", tpdf->units, 1, NULL); in jsons_print_typedef()
410 jsons_print_object(out, "default", "value", tpdf->dflt, 1, NULL); in jsons_print_typedef()
531 jsons_print_object(out, "prefix", "value", imp[i].prefix, 1, &f); in jsons_print_imports_()
[all …]