Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yang.c3653 uint16_t j, i, tpdf_size, *ptr_tpdf_size16 = NULL; in yang_check_typedef() local
3658 ptr_tpdf_size16 = &module->tpdf_size; in yang_check_typedef()
3663 ptr_tpdf_size16 = &((struct lys_node_grp *)parent)->tpdf_size; in yang_check_typedef()
3667 ptr_tpdf_size16 = &((struct lys_node_container *)parent)->tpdf_size; in yang_check_typedef()
3681 ptr_tpdf_size16 = &((struct lys_node_inout *)parent)->tpdf_size; in yang_check_typedef()
3685 ptr_tpdf_size16 = &((struct lys_node_notif *)parent)->tpdf_size; in yang_check_typedef()
3693 if (ptr_tpdf_size16) { in yang_check_typedef()
3694 tpdf_size = *ptr_tpdf_size16; in yang_check_typedef()
3695 *ptr_tpdf_size16 = 0; in yang_check_typedef()
3722 if (ptr_tpdf_size16) { in yang_check_typedef()
[all …]