Home
last modified time | relevance | path

Searched defs:iffeature (Results 1 – 10 of 10) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/extensions/
H A Dyangdata.c98 void remove_iffeature(struct lys_iffeature **iffeature, uint8_t *iffeature_size, struct ly_ctx *ctx… in remove_iffeature()
/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h833 struct lys_iffeature *iffeature; /**< array of if-feature expressions */ member
873 struct lys_iffeature *iffeature; /**< array of if-feature expressions */ member
1224 struct lys_iffeature *iffeature; /**< array of if-feature expressions */ member
1269 struct lys_iffeature *iffeature; /**< array of if-feature expressions */ member
1315 struct lys_iffeature *iffeature; /**< array of if-feature expressions */ member
1358 struct lys_iffeature *iffeature; /**< array of if-feature expressions */ member
1410 struct lys_iffeature *iffeature; /**< array of if-feature expressions */ member
1467 struct lys_iffeature *iffeature; /**< array of if-feature expressions */ member
1524 struct lys_iffeature *iffeature; /**< array of if-feature expressions */ member
1574 struct lys_iffeature *iffeature; /**< array of if-feature expressions */ member
[all …]
H A Dprinter_info.c155 struct lys_iffeature *iffeature, uint8_t iffeature_size) in info_print_if_feature()
H A Dparser_yang_bis.c7594 { struct lys_iffeature **iffeature; in yyparse() local
8047 { struct lys_iffeature *iffeature; in yyparse() local
H A Dprinter_yang.c178 …ure(struct lyout *out, int level, const struct lys_module *module, struct lys_iffeature *iffeature) in yang_print_iffeature()
H A Dprinter_yin.c141 …ure(struct lyout *out, int level, const struct lys_module *module, struct lys_iffeature *iffeature) in yin_print_iffeature()
H A Dparser_yang.c243 yang_fill_iffeature(struct lys_module *module, struct lys_iffeature *iffeature, void *parent, in yang_fill_iffeature()
3436 struct lys_iffeature *iffeature; in yang_check_iffeatures() local
H A Dtree_schema.c1688 lys_iffeature_free(struct ly_ctx *ctx, struct lys_iffeature *iffeature, uint8_t iffeature_size, in lys_iffeature_free()
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DTree_Schema.cpp221 Iffeature::Iffeature(struct lys_iffeature *iffeature, S_Deleter deleter): in Iffeature()
H A DTree_Schema.hpp486 struct lys_iffeature *iffeature; member in libyang::Iffeature