Home
last modified time | relevance | path

Searched refs:exp_date (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Ddatetimetester.py6495 exp_date = date(1993, 8, 26)
6501 exp_date.year,
6502 exp_date.month,
6503 exp_date.day)
6505 self.assertEqual(c_api_date, exp_date)
6508 exp_date = datetime(1993, 8, 26, 22, 12, 55, 99999)
6514 exp_date.year,
6515 exp_date.month,
6516 exp_date.day,
6517 exp_date
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dca.c2323 ASN1_TIME *exp_date = NULL; in do_updatedb() local
2325 exp_date = ASN1_TIME_new(); in do_updatedb()
2326 if (exp_date == NULL) { in do_updatedb()
2331 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
2333 ASN1_TIME_free(exp_date); in do_updatedb()
2337 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2344 ASN1_TIME_free(exp_date); in do_updatedb()
/third_party/openssl/apps/
H A Dca.c2303 ASN1_TIME *exp_date = NULL; in do_updatedb() local
2305 exp_date = ASN1_TIME_new(); in do_updatedb()
2306 if (exp_date == NULL) { in do_updatedb()
2311 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
2313 ASN1_TIME_free(exp_date); in do_updatedb()
2317 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2324 ASN1_TIME_free(exp_date); in do_updatedb()

Completed in 16 milliseconds