Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yang.c150 yang_fill_import(struct lys_module *module, struct lys_import *imp_old, struct lys_import *imp_new, in yang_fill_import() argument
164 memcpy(imp_new, imp_old, sizeof *imp_old); in yang_fill_import()
166 rc = lyp_check_import(module, exp, imp_new); in yang_fill_import()
169 if (rc || yang_check_ext_instance(module, &imp_new->ext, &imp_new->ext_size, imp_new, unres)) { in yang_fill_import()