HomeSort by relevance Sort by last modified time
    Searched defs:free_cont (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
tasn_dec.c 743 char cst, inf, free_cont = 0; local
850 free_cont = 1;
862 free_cont = 1;
872 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
878 if (free_cont && buf.data) OPENSSL_free(buf.data);
885 int utype, char *free_cont, const ASN1_ITEM *it)
896 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
1006 if (*free_cont)
1012 *free_cont = 0;
    [all...]
  /external/openssl/crypto/asn1/
tasn_dec.c 773 char cst, inf, free_cont = 0; local
884 free_cont = 1;
897 free_cont = 1;
907 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
913 if (free_cont && buf.data) OPENSSL_free(buf.data);
920 int utype, char *free_cont, const ASN1_ITEM *it)
931 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
1046 if (*free_cont)
1052 *free_cont = 0;

Completed in 867 milliseconds