Home | History | Annotate | Download | only in asn1

Lines Matching full:ex_func

84 	asn1_ps_func	*ex_func;
374 BIO_ASN1_EX_FUNCS *ex_func;
383 ex_func = arg2;
384 ctx->prefix = ex_func->ex_func;
385 ctx->prefix_free = ex_func->ex_free_func;
389 ex_func = arg2;
390 ex_func->ex_func = ctx->prefix;
391 ex_func->ex_free_func = ctx->prefix_free;
395 ex_func = arg2;
396 ctx->suffix = ex_func->ex_func;
397 ctx->suffix_free = ex_func->ex_free_func;
401 ex_func = arg2;
402 ex_func->ex_func = ctx->suffix;
403 ex_func->ex_free_func = ctx->suffix_free;
455 asn1_ps_func *ex_func, asn1_ps_func *ex_free_func)
458 extmp.ex_func = ex_func;
464 asn1_ps_func **ex_func, asn1_ps_func **ex_free_func)
471 *ex_func = extmp.ex_func;