Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dcontext.c653 ly_ctx_get_module_by(const struct ly_ctx *ctx, const char *key, size_t key_len, int offset, const c… in ly_ctx_get_module_by() function
723 …return ly_ctx_get_module_by(ctx, ns, 0, offsetof(struct lys_module, ns), revision, 0, implemented); in ly_ctx_get_module_by_ns()
731 …return ly_ctx_get_module_by(ctx, name, 0, offsetof(struct lys_module, name), revision, 0, implemen… in ly_ctx_get_module()
737 …return ly_ctx_get_module_by(ctx, name, name_len, offsetof(struct lys_module, name), revision, 0, i… in ly_ctx_nget_module()