Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser.h87 int lyp_yin_fill_ext(void *parent, LYEXT_PAR parent_type, LYEXT_SUBSTMT substmt, uint8_t substmt_in…
93 int lyp_yin_parse_subnode_ext(struct lys_module *mod, void *elem, LYEXT_PAR elem_type,
177 int lyp_get_ext_list(struct ly_ctx *ctx, void *elem, LYEXT_PAR elem_type,
H A Dextensions.h67 } LYEXT_PAR; typedef
142 typedef int (*lyext_check_position_clb)(const void *parent, LYEXT_PAR parent_type, LYEXT_SUBSTMT su…
H A Dresolve.h74 LYEXT_PAR parent_type;
H A Dtree_internal.h295LYEXT_PAR parent_type, struct lys_ext_instance ***new, int shallow, struct unres_schema *unres);
H A Dparser_yin.c60 static int read_yin_common(struct lys_module *, struct lys_node *, void *, LYEXT_PAR, struct lyxml_…
92 lyp_yin_fill_ext(void *parent, LYEXT_PAR parent_type, LYEXT_SUBSTMT substmt, uint8_t substmt_index, in lyp_yin_fill_ext()
141 lyp_yin_parse_subnode_ext(struct lys_module *mod, void *elem, LYEXT_PAR elem_type, in lyp_yin_parse_subnode_ext()
3866 read_yin_common(struct lys_module *module, struct lys_node *parent, void *stmt, LYEXT_PAR stmt_type, in read_yin_common()
H A Dresolve.c7446 compact_ext_list(struct ly_ctx *ctx, void *elem, LYEXT_PAR elem_type) in compact_ext_list()
7577 … ret = compact_ext_list(ctx, ext_parents->set.g[i], (LYEXT_PAR)(uintptr_t)ext_parents->set.g[i]); in resolve_unres_schema_types()
H A Dparser.c4086 lyp_get_ext_list(struct ly_ctx *ctx, void *elem, LYEXT_PAR elem_type, in lyp_get_ext_list()
H A Dparser_yang.c2142 LYEXT_PAR parent_type; in yang_ext_instance()
H A Dtree_schema.c1544LYEXT_PAR parent_type, struct lys_ext_instance ***new, int shallow, struct unres_schema *unres) in lys_ext_dup()
/dports/net/libyang/libyang-1.0.240/src/extensions/
H A Dlibyang_ext_test.c41 int libyang_ext_test_position(const void * UNUSED(parent), LYEXT_PAR UNUSED(parent_type), in libyang_ext_test_position()
48 int libyang_ext_skipped_position(const void * UNUSED(parent), LYEXT_PAR UNUSED(parent_type), in libyang_ext_skipped_position()
H A Dnacm.c42 int nacm_position(const void *parent, LYEXT_PAR parent_type, LYEXT_SUBSTMT UNUSED(substmt_type)) in nacm_position()
H A Dmetadata.c40 int annotation_position(const void * UNUSED(parent), LYEXT_PAR parent_type, LYEXT_SUBSTMT UNUSED(su… in annotation_position()
H A Dyangdata.c43 int yang_data_position(const void * UNUSED(parent), LYEXT_PAR parent_type, LYEXT_SUBSTMT UNUSED(sub… in yang_data_position()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1413 'Name' => 'enum LYEXT_PAR',
1570 'Name' => 'int(*)(void const*, LYEXT_PAR, LYEXT_SUBSTMT)',