Searched refs:ex_func (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/asn1/
H A Dbio_asn1.c82 asn1_ps_func *ex_func; member in struct:BIO_ASN1_EX_FUNCS_st
375 BIO_ASN1_EX_FUNCS *ex_func; local
384 ex_func = arg2;
385 ctx->prefix = ex_func->ex_func;
386 ctx->prefix_free = ex_func->ex_free_func;
390 ex_func = arg2;
391 ex_func->ex_func = ctx->prefix;
392 ex_func
455 asn1_bio_set_ex(BIO *b, int cmd, asn1_ps_func *ex_func, asn1_ps_func *ex_free_func) argument
464 asn1_bio_get_ex(BIO *b, int cmd, asn1_ps_func **ex_func, asn1_ps_func **ex_free_func) argument
[all...]

Completed in 154 milliseconds