Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yin.c3181 node = read_yin_leaf(module, (struct lys_node *)aug, sub, options, unres); in fill_yin_augment()
4205 node = read_yin_leaf(module, retval, sub, options, unres); in read_yin_case()
4299 if (!(node = read_yin_leaf(module, retval, sub, options, unres))) { in read_yin_choice()
4617 read_yin_leaf(struct lys_module *module, struct lys_node *parent, struct lyxml_elem *yin, int optio… in read_yin_leaf() function
5438 node = read_yin_leaf(module, retval, sub, options, unres); in read_yin_list()
5692 node = read_yin_leaf(module, retval, sub, options, unres); in read_yin_container()
5862 node = read_yin_leaf(module, retval, sub, options, unres); in read_yin_grouping()
6029 node = read_yin_leaf(module, retval, sub, options, unres); in read_yin_input_output()
6210 node = read_yin_leaf(module, retval, sub, options, unres); in read_yin_notif()
7169 node = read_yin_leaf(trg, NULL, child, 0, unres); in read_sub_module()
[all …]