Searched refs:prefix_free (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
D | bio_asn1.c | 104 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member 226 ret = asn1_bio_flush_ex(b, ctx, ctx->prefix_free, in asn1_bio_write() 385 ctx->prefix_free = ex_func->ex_free_func; in asn1_bio_ctrl() 391 ex_func->ex_free_func = ctx->prefix_free; in asn1_bio_ctrl() 477 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free) in BIO_asn1_set_prefix() argument 479 return asn1_bio_set_ex(b, BIO_C_SET_PREFIX, prefix, prefix_free); in BIO_asn1_set_prefix()
|
/external/openssl/crypto/asn1/ |
D | bio_asn1.c | 104 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member 226 ret = asn1_bio_flush_ex(b, ctx, ctx->prefix_free, in asn1_bio_write() 385 ctx->prefix_free = ex_func->ex_free_func; in asn1_bio_ctrl() 391 ex_func->ex_free_func = ctx->prefix_free; in asn1_bio_ctrl() 477 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free) in BIO_asn1_set_prefix() argument 479 return asn1_bio_set_ex(b, BIO_C_SET_PREFIX, prefix, prefix_free); in BIO_asn1_set_prefix()
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | bio.h | 626 asn1_ps_func *prefix_free);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | bio.h | 626 asn1_ps_func *prefix_free);
|
/external/openssl/crypto/bio/ |
D | bio.h | 623 asn1_ps_func *prefix_free);
|
/external/openssl/include/openssl/ |
D | bio.h | 623 asn1_ps_func *prefix_free);
|