Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dextensions.h117LYEXT_SUBSTMT_ORDEREDBY, /**< extension of the ordered-by statement, can appear in lys_node_li… enumerator
H A Dprinter_yang.c1239 yang_print_substmt(out, level, LYEXT_SUBSTMT_ORDEREDBY, 0, "user", in yang_print_leaflist()
1241 } else if (lys_ext_iter(node->ext, node->ext_size, 0, LYEXT_SUBSTMT_ORDEREDBY) != -1) { in yang_print_leaflist()
1242 yang_print_substmt(out, level, LYEXT_SUBSTMT_ORDEREDBY, 0, "system", in yang_print_leaflist()
1310 yang_print_substmt(out, level, LYEXT_SUBSTMT_ORDEREDBY, 0, "user", in yang_print_list()
1312 } else if (lys_ext_iter(node->ext, node->ext_size, 0, LYEXT_SUBSTMT_ORDEREDBY) != -1) { in yang_print_list()
1314 yang_print_substmt(out, level, LYEXT_SUBSTMT_ORDEREDBY, 0, "system", in yang_print_list()
H A Dprinter_yin.c1227 yin_print_substmt(out, level, LYEXT_SUBSTMT_ORDEREDBY, 0, "user", in yin_print_leaflist()
1229 } else if (lys_ext_iter(node->ext, node->ext_size, 0, LYEXT_SUBSTMT_ORDEREDBY) != -1) { in yin_print_leaflist()
1230 yin_print_substmt(out, level, LYEXT_SUBSTMT_ORDEREDBY, 0, "system", in yin_print_leaflist()
1299 yin_print_substmt(out, level, LYEXT_SUBSTMT_ORDEREDBY, 0, "user", in yin_print_list()
1301 } else if (lys_ext_iter(node->ext, node->ext_size, 0, LYEXT_SUBSTMT_ORDEREDBY) != -1) { in yin_print_list()
1303 yin_print_substmt(out, level, LYEXT_SUBSTMT_ORDEREDBY, 0, "system", in yin_print_list()
H A Dparser_yin.c4929 … (lyp_yin_parse_subnode_ext(module, retval, LYEXT_PAR_NODE, sub, LYEXT_SUBSTMT_ORDEREDBY, 0, unres… in read_yin_leaflist()
5283 … (lyp_yin_parse_subnode_ext(module, retval, LYEXT_PAR_NODE, sub, LYEXT_SUBSTMT_ORDEREDBY, 0, unres… in read_yin_list()
H A Dparser_yang.c2445 insubstmt = LYEXT_SUBSTMT_ORDEREDBY; in yang_read_ext()
H A Dtree_schema.c2131 case LYEXT_SUBSTMT_ORDEREDBY: in lys_ext_instance_substmt()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1499 'name' => 'LYEXT_SUBSTMT_ORDEREDBY',