Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yin.c3187 node = read_yin_choice(module, (struct lys_node *)aug, sub, options, unres); in fill_yin_augment()
4209 node = read_yin_choice(module, retval, sub, options, unres); in read_yin_case()
4250 read_yin_choice(struct lys_module *module, struct lys_node *parent, struct lyxml_elem *yin, int opt… in read_yin_choice() function
4373 if (!(node = read_yin_choice(module, retval, sub, options, unres))) { in read_yin_choice()
5442 node = read_yin_choice(module, retval, sub, options, unres); in read_yin_list()
5696 node = read_yin_choice(module, retval, sub, options, unres); in read_yin_container()
5866 node = read_yin_choice(module, retval, sub, options, unres); in read_yin_grouping()
6033 node = read_yin_choice(module, retval, sub, options, unres); in read_yin_input_output()
6214 node = read_yin_choice(module, retval, sub, options, unres); in read_yin_notif()
7173 node = read_yin_choice(trg, NULL, child, 0, unres); in read_sub_module()
[all …]