Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dvalidation.c542 find_orig_type(struct lys_type *par_type, LY_DATA_TYPE base_type) in find_orig_type() function
556 return find_orig_type(&((struct lys_node_leaf *)type->info.lref.target)->type, base_type); in find_orig_type()
562 tmp_type = find_orig_type(prev_type, base_type); in find_orig_type()
634 type = find_orig_type(&((struct lys_node_leaf *) leaf->schema)->type, LY_TYPE_BITS); in lyv_type_extension()
835 type = find_orig_type(&((struct lys_node_leaf *)leaf->schema)->type, LY_TYPE_BITS); in lyv_data_content()