Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h194 struct lys_submodule *lys_sub_parse_fd(struct lys_module *module, int fd, LYS_INFORMAT format, stru…
H A Dcontext.c920 result = (struct lys_module *)lys_sub_parse_fd(module, fd, format, unres); in ly_ctx_load_localfile()
H A Dtree_schema.c1286 lys_sub_parse_fd(struct lys_module *module, int fd, LYS_INFORMAT format, struct unres_schema *unres) in lys_sub_parse_fd() function