Home | History | Annotate | Download | only in asn1

Lines Matching refs:ef

93 	const ASN1_EXTERN_FUNCS *ef;
112 ef = it->funcs;
113 if (ef && ef->asn1_ex_new)
115 if (!ef->asn1_ex_new(pval, it))
231 const ASN1_EXTERN_FUNCS *ef;
237 ef = it->funcs;
238 if (ef && ef->asn1_ex_clear)
239 ef->asn1_ex_clear(pval, it);