Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yin.c83 static struct lys_node *read_yin_notif(struct lys_module *module, struct lys_node *parent, struct l…
3197 node = read_yin_notif(module, (struct lys_node *)aug, sub, options, unres); in fill_yin_augment()
5454 node = read_yin_notif(module, retval, sub, options, unres); in read_yin_list()
5708 node = read_yin_notif(module, retval, sub, options, unres); in read_yin_container()
5878 node = read_yin_notif(module, retval, sub, options, unres); in read_yin_grouping()
6075 read_yin_notif(struct lys_module *module, struct lys_node *parent, struct lyxml_elem *yin, in read_yin_notif() function
7183 node = read_yin_notif(trg, NULL, child, 0, unres); in read_sub_module()
8209 YIN_EXTCOMPLEX_PARSE_SNODE(LY_STMT_NOTIFICATION, read_yin_notif); in lyp_yin_parse_complex_ext()