Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter_json_schema.c170 jsons_print_text(out, "when", "condition", when->cond, 0, first); in jsons_print_when()
171 jsons_print_text(out, "description", "text", when->dsc, 1, NULL); in jsons_print_when()
172 jsons_print_text(out, "reference", "text", when->ref, 1, NULL); in jsons_print_when()
198 jsons_print_text(out, "reference", "text", restr->ref, 1, NULL); in jsons_print_typerestr()
407 jsons_print_text(out, "reference", "text", tpdf->ref, 1, NULL); in jsons_print_typedef()
542 jsons_print_text(out, "resolves-to", "module", str, 1, &f); in jsons_print_imports_()
703 jsons_print_text(out, "reference", "text", ident->ref, 1, &f); in jsons_print_identity()
740 jsons_print_text(out, "reference", "text", feat->ref, 1, &f); in jsons_print_feature()
1013 jsons_print_text(out, "units", "name", leaf->units, 1, NULL); in jsons_print_leaf()
1039 jsons_print_text(out, "units", "name", llist->units, 1, NULL); in jsons_print_leaflist()
[all …]