Searched refs:prefix_free (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/asn1/ |
H A D | bio_asn1.c | 54 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member 141 if (ctx->prefix_free != NULL) in asn1_bio_free() 142 ctx->prefix_free(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg); in asn1_bio_free() 181 ret = asn1_bio_flush_ex(b, ctx, ctx->prefix_free, in asn1_bio_write() 340 ctx->prefix_free = ex_func->ex_free_func; in asn1_bio_ctrl() 346 ex_func->ex_free_func = ctx->prefix_free; in asn1_bio_ctrl() 428 asn1_ps_func *prefix_free) in BIO_asn1_set_prefix() argument 430 return asn1_bio_set_ex(b, BIO_C_SET_PREFIX, prefix, prefix_free); in BIO_asn1_set_prefix()
|
/openssl/include/openssl/ |
H A D | bio.h.in | 688 asn1_ps_func *prefix_free);
|
Completed in 11 milliseconds