HomeSort by: relevance | last modified time | path
    Searched defs:free_cont (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
tasn_dec.c 58 int utype, char *free_cont, const ASN1_ITEM *it);
732 char cst, inf, free_cont = 0; local
819 free_cont = 1;
844 /* asn1_ex_c2i may reuse allocated buffer, and so sets free_cont to 0 */
845 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
851 if (free_cont)
859 int utype, char *free_cont, const ASN1_ITEM *it)
870 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
972 if (*free_cont) {
974 *free_cont = 0
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
tasn_dec.c 63 int utype, char *free_cont, const ASN1_ITEM *it);
705 char cst, inf, free_cont = 0; local
792 free_cont = 1;
817 /* asn1_ex_c2i may reuse allocated buffer, and so sets free_cont to 0 */
818 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
824 if (free_cont)
832 int utype, char *free_cont, const ASN1_ITEM *it)
843 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
937 if (*free_cont) {
941 *free_cont = 0
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
tasn_dec.c 61 int utype, char *free_cont, const ASN1_ITEM *it);
666 char cst, inf, free_cont = 0; local
754 free_cont = 1;
779 /* asn1_ex_c2i may reuse allocated buffer, and so sets free_cont to 0 */
780 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
786 if (free_cont)
794 int utype, char *free_cont, const ASN1_ITEM *it)
805 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
900 if (*free_cont) {
904 *free_cont = 0
    [all...]

Completed in 23 milliseconds