• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/

Lines Matching defs:?f

6  * This file contains Original Code and/or Modifications of Original Code
9 * compliance with the License. Please obtain a copy of the License at
34 * 1. Redistributions of source code must retain the above copyright
35 * notice, this list of conditions and the following disclaimer.
38 * notice, this list of conditions and the following disclaimer in
42 * 3. All advertising materials mentioning features or use of this
54 * permission of the OpenSSL Project.
56 * 6. Redistributions of any form whatsoever must retain the following
87 #if 0
114 const ASN1_EXTERN_FUNCS *ef;
115 const ASN1_COMPAT_FUNCS *cf;
119 if (!pval)
121 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
123 if (aux && aux->asn1_cb)
132 if (it->templates)
143 if (asn1_cb)
146 if (i == 2)
150 if ((i >= 0) && (i < it->tcount))
157 if (asn1_cb)
159 if (!combine)
167 cf = it->funcs;
168 if (cf && cf->asn1_free)
169 cf->asn1_free(*pval);
173 ef = it->funcs;
174 if (ef && ef->asn1_ex_free)
175 ef->asn1_ex_free(pval, it);
180 if (asn1_do_lock(pval, -1, it) > 0)
182 if (asn1_cb)
185 if (i == 2)
189 /* If we free up as normal we will invalidate any
191 * determine the type of the field it defines. So
199 if (!seqtt)
204 if (asn1_cb)
206 if (!combine)
218 if (tt->flags & ASN1_TFLG_SK_MASK)
239 if (it)
241 const ASN1_PRIMITIVE_FUNCS *pf;
242 pf = it->funcs;
243 if (pf && pf->prim_free)
245 pf->prim_free(pval, it);
249 /* Special case: if 'it' is NULL free contents of ASN1_TYPE */
250 if (!it)
255 if (!*pval)
258 else if (it->itype == ASN1_ITYPE_MSTRING)
261 if (!*pval)
267 if ((utype != V_ASN1_BOOLEAN) && !*pval)
278 if (it)