Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yang.h159 void *yang_read_deviate(struct ly_ctx *ctx, struct lys_deviation *dev, LYS_DEVIATE_TYPE mod);
161 void *yang_read_deviate_unsupported(struct ly_ctx *ctx, struct lys_deviation *dev);
H A Dparser_yang_bis.h167 struct lys_deviation *dev;
H A Dtree_schema.h713 struct lys_deviation *deviation; /**< array of specified deviations */
773 struct lys_deviation *deviation; /**< array of specified deviations */
1943 struct lys_deviation { struct
H A Dparser_yang.c1407 yang_read_deviate_unsupported(struct ly_ctx *ctx, struct lys_deviation *dev) in yang_read_deviate_unsupported()
1421 yang_read_deviate(struct ly_ctx *ctx, struct lys_deviation *dev, LYS_DEVIATE_TYPE mod) in yang_read_deviate()
2268 ext = &((struct lys_deviation *)node)->ext; in yang_ext_instance()
2269 size = &((struct lys_deviation *)node)->ext_size; in yang_ext_instance()
3266 yang_free_deviate(struct ly_ctx *ctx, struct lys_deviation *dev, uint index) in yang_free_deviate()
4578 yang_check_deviation(struct lys_module *module, struct unres_schema *unres, struct lys_deviation *d… in yang_check_deviation()
H A Dtree_schema.c2075 return ((struct lys_deviation*)ext->parent)->dsc; in lys_ext_instance_substmt()
2194 return ((struct lys_deviation*)ext->parent)->ref; in lys_ext_instance_substmt()
2697 lys_deviation_free(struct lys_module *module, struct lys_deviation *dev, in lys_deviation_free()
4596 lys_switch_deviation(struct lys_deviation *dev, const struct lys_module *module, struct unres_schem… in lys_switch_deviation()
4805 apply_dev(struct lys_deviation *dev, const struct lys_module *module, struct unres_schema *unres) in apply_dev()
4815 remove_dev(struct lys_deviation *dev, const struct lys_module *module, struct unres_schema *unres) in remove_dev()
H A Dprinter_json_schema.c637 jsons_print_deviation(struct lyout *out, const struct lys_deviation *dev, uint8_t dev_size, int *fi… in jsons_print_deviation()
H A Dparser_yang_bis.c267 struct lys_deviation *dev;
6570 … ((struct lys_deviation *)actual)->target_name = transform_schema2json(trg, s); in yyparse()
6572 if (!((struct lys_deviation *)actual)->target_name) { in yyparse()
H A Dparser.c4178 *ext_size = &((struct lys_deviation *)elem)->ext_size; in lyp_get_ext_list()
4179 *ext_list = &((struct lys_deviation *)elem)->ext; in lyp_get_ext_list()
H A Dyang.y.in68 struct lys_deviation *dev;
3340 … ((struct lys_deviation *)actual)->target_name = transform_schema2json(trg, s);
3342 if (!((struct lys_deviation *)actual)->target_name) {
H A Dprinter_yang.c716 const struct lys_deviation *deviation) in yang_print_deviation()
H A Dprinter_yin.c694 const struct lys_deviation *deviation) in yin_print_deviation()
H A Dparser_yin.c2109 fill_yin_deviation(struct lys_module *module, struct lyxml_elem *yin, struct lys_deviation *dev, in fill_yin_deviation()
/dports/net/libyang/libyang-1.0.240/tests/perf/
H A Dsizes.c45 fprintf(stdout, "%8lu struct lys_deviation\n", x = sizeof(struct lys_deviation)); suma += x; in main()
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DTree_Schema.hpp1213 Deviation(struct lys_deviation *deviation, S_Deleter deleter);
1233 struct lys_deviation *deviation;
H A DTree_Schema.cpp481 Deviation::Deviation(struct lys_deviation *deviation, S_Deleter deleter): in Deviation()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump3591 'Name' => 'struct lys_deviation',
3598 'Name' => 'struct lys_deviation*',