Searched refs:atmp (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dasn1_gen.c631 ASN1_TYPE *atmp = NULL; local
640 if (!(atmp = ASN1_TYPE_new()))
669 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean))
683 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str)))
696 if (!(atmp->value.object = OBJ_txt2obj(str, 0)))
710 if (!(atmp->value.asn1_string = ASN1_STRING_new()))
715 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1))
720 atmp->value.asn1_string->type = utype;
721 if (!ASN1_TIME_check(atmp->value.asn1_string))
750 if (ASN1_mbstring_copy(&atmp
[all...]
/external/openssl/crypto/asn1/
H A Dasn1_gen.c631 ASN1_TYPE *atmp = NULL; local
640 if (!(atmp = ASN1_TYPE_new()))
669 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean))
683 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str)))
696 if (!(atmp->value.object = OBJ_txt2obj(str, 0)))
710 if (!(atmp->value.asn1_string = ASN1_STRING_new()))
715 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1))
720 atmp->value.asn1_string->type = utype;
721 if (!ASN1_TIME_check(atmp->value.asn1_string))
750 if (ASN1_mbstring_copy(&atmp
[all...]
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dasn1pars.c311 ASN1_TYPE *atmp; local
321 atmp = at;
324 ASN1_TYPE_free(atmp);
/external/openssl/apps/
H A Dasn1pars.c311 ASN1_TYPE *atmp; local
321 atmp = at;
324 ASN1_TYPE_free(atmp);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c176 static int tmcomp(const struct tm * atmp,
1659 tmcomp(atmp, btmp)
1660 register const struct tm * const atmp;
1665 if ((result = (atmp->tm_year - btmp->tm_year)) == 0 &&
1666 (result = (atmp->tm_mon - btmp->tm_mon)) == 0 &&
1667 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 &&
1668 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 &&
1669 (result = (atmp->tm_min - btmp->tm_min)) == 0)
1670 result = atmp->tm_sec - btmp->tm_sec;
/external/icu4c/tools/tzcode/
H A Dlocaltime.c176 static int tmcomp(const struct tm * atmp,
1659 tmcomp(atmp, btmp)
1660 register const struct tm * const atmp;
1665 if ((result = (atmp->tm_year - btmp->tm_year)) == 0 &&
1666 (result = (atmp->tm_mon - btmp->tm_mon)) == 0 &&
1667 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 &&
1668 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 &&
1669 (result = (atmp->tm_min - btmp->tm_min)) == 0)
1670 result = atmp->tm_sec - btmp->tm_sec;

Completed in 171 milliseconds