Home | History | Annotate | Download | only in asn1

Lines Matching refs:ef

95     const ASN1_EXTERN_FUNCS *ef;
113 ef = it->funcs;
114 if (ef && ef->asn1_ex_new) {
115 if (!ef->asn1_ex_new(pval, it))
227 const ASN1_EXTERN_FUNCS *ef;
232 ef = it->funcs;
233 if (ef && ef->asn1_ex_clear)
234 ef->asn1_ex_clear(pval, it);