Home | History | Annotate | Download | only in asn1

Lines Matching refs:ef

93 	const ASN1_EXTERN_FUNCS *ef;
114 ef = it->funcs;
115 if (ef && ef->asn1_ex_new)
117 if (!ef->asn1_ex_new(pval, it))
232 const ASN1_EXTERN_FUNCS *ef;
238 ef = it->funcs;
239 if (ef && ef->asn1_ex_clear)
240 ef->asn1_ex_clear(pval, it);