Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h576 const struct lys_module *lys_parse_fd_(struct ly_ctx *ctx, int fd, LYS_INFORMAT format, const char …
H A Dcontext.c922 result = (struct lys_module *)lys_parse_fd_(ctx, fd, format, revision, implement); in ly_ctx_load_localfile()
H A Dtree_schema.c1229 return lys_parse_fd_(ctx, fd, format, NULL, 1); in lys_parse_fd()
1256 lys_parse_fd_(struct ly_ctx *ctx, int fd, LYS_INFORMAT format, const char *revision, int implement) in lys_parse_fd_() function