Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter_yang.c396 str = transform_json2schema(module, when->cond); in yang_print_when()
586 str = transform_json2schema(module, type->info.lref.path); in yang_print_type()
629 str = transform_json2schema(module, must->expr); in yang_print_must()
646 str = transform_json2schema(module, uniq->expr[i]); in yang_print_unique()
659 str = transform_json2schema(module, refine->target_name); in yang_print_refine()
721 str = transform_json2schema(module, deviation->target_name); in yang_print_deviation()
855 str = transform_json2schema(augment->module, augment->target_name); in yang_print_augment()
901 dflt = transform_json2schema(module, tpdf->dflt); in yang_print_typedef()
1141 dflt = transform_json2schema(node->module, leaf->dflt); in yang_print_leaf()
1220 dflt = transform_json2schema(node->module, llist->dflt[i]); in yang_print_leaflist()
H A Dprinter_yin.c367 str = transform_json2schema(module, when->cond); in yin_print_when()
554 str = transform_json2schema(module, type->info.lref.path); in yin_print_type()
597 str = transform_json2schema(module, must->expr); in yin_print_must()
620 str = transform_json2schema(module, uniq->expr[i]); in yin_print_unique()
699 str = transform_json2schema(module, deviation->target_name); in yin_print_deviation()
833 str = transform_json2schema(module, augment->target_name); in yin_print_augment()
880 dflt = transform_json2schema(module, tpdf->dflt); in yin_print_typedef()
1124 dflt = transform_json2schema(node->module, leaf->dflt); in yin_print_leaf()
1208 dflt = transform_json2schema(node->module, llist->dflt[i]); in yin_print_leaflist()
H A Dprinter_tree.c320 str = transform_json2schema(type_mod, type->info.lref.path); in tree_print_type()
974 str = transform_json2schema(module, module->augment[i].target_name); in tree_print_model()
H A Dcommon.h.in340 const char *transform_json2schema(const struct lys_module *module, const char *expr);
H A Dcommon.c452 transform_json2schema(const struct lys_module *module, const char *expr) in transform_json2schema() function
H A Dparser_yang.c1627 orig_dflt = transform_json2schema(llist->module, llist->dflt[i]); in yang_fill_deviate_default()