Home
last modified time | relevance | path

Searched refs:lys_restr_free (Results 1 – 4 of 4) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.c1671 lys_restr_free(struct ly_ctx *ctx, struct lys_restr *restr, in lys_restr_free() function
2333 lys_restr_free(ctx, type->info.dec64.range, private_destructor); in lys_type_free()
2358 lys_restr_free(ctx, type->info.num.range, private_destructor); in lys_type_free()
2367 lys_restr_free(ctx, type->info.str.length, private_destructor); in lys_type_free()
2539 lys_restr_free(ctx, &io->must[i], private_destructor); in lys_inout_free()
2551 lys_restr_free(ctx, &notif->must[i], private_destructor); in lys_notif_free()
2567 lys_restr_free(ctx, &anyxml->must[i], private_destructor); in lys_anydata_free()
2581 lys_restr_free(ctx, &leaf->must[i], private_destructor); in lys_leaf_free()
2604 lys_restr_free(ctx, &llist->must[i], private_destructor); in lys_leaflist_free()
2629 lys_restr_free(ctx, &list->must[i], private_destructor); in lys_list_free()
[all …]
H A Dtree_internal.h345 void lys_restr_free(struct ly_ctx *ctx, struct lys_restr *restr,
H A Dparser_yang.c1946 lys_restr_free(module->ctx, &((*trg_must)[i]), NULL); in yang_check_deviate_must()
1986 lys_restr_free(module->ctx, &deviate->must[i], NULL); in yang_check_deviate_must()
3037 lys_restr_free(ctx, &cont->must[i], NULL); in yang_free_container()
3050 lys_restr_free(ctx, &leaf->must[i], NULL); in yang_free_leaf()
3067 lys_restr_free(ctx, &leaflist->must[i], NULL); in yang_free_leaflist()
3091 lys_restr_free(ctx, &list->must[i], NULL); in yang_free_list()
3118 lys_restr_free(ctx, &anydata->must[i], NULL); in yang_free_anydata()
3134 lys_restr_free(ctx, &inout->must[i], NULL); in yang_free_inout()
3148 lys_restr_free(ctx, &notif->must[i], NULL); in yang_free_notif()
3164 lys_restr_free(ctx, &uses->refine[i].must[j], NULL); in yang_free_uses()
[all …]
H A Dparser_yin.c2804 lys_restr_free(ctx, &((*trg_must)[i]), NULL); in fill_yin_deviation()