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

  /src/crypto/external/apache2/openssl/dist/test/testutil/
helper.c 29 struct tm *timestamp_tm = NULL; local
45 timestamp_tm = OPENSSL_malloc(sizeof(*timestamp_tm));
46 if (timestamp_tm == NULL) {
50 if (!(ASN1_TIME_to_tm(timestamp_asn1, timestamp_tm))) {
51 OPENSSL_free(timestamp_tm);
66 OPENSSL_free(timestamp_tm);
72 timestamp_utc = mktime(timestamp_tm);
81 timestamp_utc = timegm(timestamp_tm);
83 timestamp_local = mktime(timestamp_tm);
    [all...]
helper.c 29 struct tm *timestamp_tm = NULL; local
45 timestamp_tm = OPENSSL_malloc(sizeof(*timestamp_tm));
46 if (timestamp_tm == NULL) {
50 if (!(ASN1_TIME_to_tm(timestamp_asn1, timestamp_tm))) {
51 OPENSSL_free(timestamp_tm);
66 OPENSSL_free(timestamp_tm);
72 timestamp_utc = mktime(timestamp_tm);
81 timestamp_utc = timegm(timestamp_tm);
83 timestamp_local = mktime(timestamp_tm);
    [all...]

Completed in 44 milliseconds