Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dcommon.h.in366 const char *transform_schema2json(const struct lys_module *module, const char *expr);
369 * @brief Same as transform_schema2json, but dumbed down, because if-feature expressions
H A Dparser_yang.c272 exp = transform_schema2json(module, value); in yang_read_base()
320 retval->cond = transform_schema2json(module, value); in yang_read_when()
534 unique->expr[i] = transform_schema2json(module, value); in yang_fill_unique()
651 value = transform_schema2json(module, typ->name); in yang_check_type()
929 type->info.lref.path = transform_schema2json(module, value); in yang_check_type()
1396 aug->target_name = transform_schema2json(module, value); in yang_read_augment()
3511 value = transform_schema2json(module, expr); in yang_check_identityref()
H A Dparser_yin.c332 value = transform_schema2json(module, value); in fill_yin_identity()
461 value = transform_schema2json(module, value); in fill_yin_type()
1090 value = transform_schema2json(module, value); in fill_yin_type()
1265 type->info.lref.path = transform_schema2json(module, value); in fill_yin_type()
1855 must->expr = transform_schema2json(module, value); in fill_yin_must()
1968 unique->expr[i] = transform_schema2json(module, value); in fill_yin_unique()
2136 dev->target_name = transform_schema2json(module, value); in fill_yin_deviation()
3141 aug->target_name = transform_schema2json(module, value); in fill_yin_augment()
3294 rfn->target_name = transform_schema2json(module, value); in fill_yin_refine()
4039 retval->cond = transform_schema2json(module, value); in read_yin_when()
H A Dcommon.c625 transform_schema2json(const struct lys_module *module, const char *expr) in transform_schema2json() function
H A Dparser_yang_bis.c5915 … ((struct lys_refine *)actual)->target_name = transform_schema2json(trg, s); in yyparse()
6570 … ((struct lys_deviation *)actual)->target_name = transform_schema2json(trg, s); in yyparse()
7210 ((struct lys_restr *)actual)->expr = transform_schema2json(trg, s); in yyparse()
H A Dparser.c1605 value = transform_schema2json(local_mod, value); in lyp_parse_value()
1675 value = transform_schema2json(local_mod, value); in lyp_parse_value()
H A Dyang.y.in2744 … ((struct lys_refine *)actual)->target_name = transform_schema2json(trg, s);
3340 … ((struct lys_deviation *)actual)->target_name = transform_schema2json(trg, s);
3867 ((struct lys_restr *)actual)->expr = transform_schema2json(trg, s);
H A Dtree_schema.c3350 leaf->dflt = transform_schema2json(lys_main_module(leaf_orig->module), leaf_orig->dflt); in lys_node_dup_recursion()
H A Dresolve.c3452 dflt = transform_schema2json(module, *value); in check_default()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c1586 value = transform_schema2json(local_mod, value); in lyp_parse_value()
1656 value = transform_schema2json(local_mod, value); in lyp_parse_value()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c1586 value = transform_schema2json(local_mod, value); in lyp_parse_value()
1656 value = transform_schema2json(local_mod, value); in lyp_parse_value()