Home
last modified time | relevance | path

Searched refs:prefix_free (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libcrypto/asn1/
Dbio_asn1.c108 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member
183 if (ctx->prefix_free != NULL) in asn1_bio_free()
184 ctx->prefix_free(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg); in asn1_bio_free()
224 ret = asn1_bio_flush_ex(b, ctx, ctx->prefix_free, in asn1_bio_write()
378 ctx->prefix_free = ex_func->ex_free_func; in asn1_bio_ctrl()
444 BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free) in BIO_asn1_set_prefix() argument
446 return asn1_bio_set_ex(b, BIO_C_SET_PREFIX, prefix, prefix_free); in BIO_asn1_set_prefix()
Dbio_ndef.c64 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free);
/openbsd/src/usr.sbin/bgpd/
Drde_rib.c816 static void prefix_free(struct prefix *);
1099 prefix_free(p); in prefix_move()
1173 prefix_free(old); in prefix_flowspec_update()
1197 prefix_free(p); in prefix_flowspec_withdraw()
1231 prefix_free(p); in prefix_add_eor()
1388 prefix_free(p); in prefix_adjout_destroy()
1416 prefix_free(p); in prefix_adjout_destroy()
1603 prefix_free(p); in prefix_destroy()
1672 prefix_free(struct prefix *p) in prefix_free() function