Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter_json_schema.c29 jsons_nodetype_str(LYS_NODE value) { in jsons_nodetype_str() function
797 jsons_nodetype_str(node->nodetype)); in jsons_print_data_()
950 jsons_print_object(out, node->name, "nodetype", jsons_nodetype_str(node->nodetype), 0, first); in jsons_print_container()
977 jsons_print_object(out, node->name, "nodetype", jsons_nodetype_str(node->nodetype), 0, first); in jsons_print_choice()
1002 jsons_print_object(out, node->name, "nodetype", jsons_nodetype_str(node->nodetype), 0, first); in jsons_print_leaf()
1028 jsons_print_object(out, node->name, "nodetype", jsons_nodetype_str(node->nodetype), 0, first); in jsons_print_leaflist()
1059 jsons_print_object(out, node->name, "nodetype", jsons_nodetype_str(node->nodetype), 0, first); in jsons_print_list()
1103 jsons_print_object(out, node->name, "nodetype", jsons_nodetype_str(node->nodetype), 0, first); in jsons_print_anydata()
1148 jsons_print_object(out, node->name, "nodetype", jsons_nodetype_str(node->nodetype), 0, first); in jsons_print_case()
1195 jsons_print_object(out, node->name, "nodetype", jsons_nodetype_str(node->nodetype), 0, first); in jsons_print_notif()
[all …]