Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.c7418 save_skipped_ext_parent(struct ly_set *ext_parents, struct ly_set *ext_par_types, in save_skipped_ext_parent() argument
7426 if (ext_parents->number != ext_par_types->number) { in save_skipped_ext_parent()
7428 rt = ly_set_add(ext_par_types, (void *)ext_data->datatype, 1); in save_skipped_ext_parent()
7483 struct ly_set *ext_parents = NULL, *ext_par_types = NULL; in resolve_unres_schema_types() local
7493 ext_par_types = ly_set_new(); in resolve_unres_schema_types()
7494 LY_CHECK_ERR_GOTO(!ext_parents || !ext_par_types, ret = -1, finish); in resolve_unres_schema_types()
7515 ret = save_skipped_ext_parent(ext_parents, ext_par_types, in resolve_unres_schema_types()
7575 assert(ext_parents->number == ext_par_types->number); in resolve_unres_schema_types()
7584 ly_set_free(ext_par_types); in resolve_unres_schema_types()