OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPENSSL_gmtime
(Results
1 - 5
of
5
) sorted by null
/external/boringssl/src/crypto/asn1/
asn1_locl.h
74
/*
OPENSSL_gmtime
wraps |gmtime_r|. See the manual page for that function. */
75
struct tm *
OPENSSL_gmtime
(const time_t *timer, struct tm *result);
a_time.c
90
ts =
OPENSSL_gmtime
(&t, &data);
191
if (
OPENSSL_gmtime
(&now_t, tm))
time_support.c
69
struct tm *
OPENSSL_gmtime
(const time_t *time, struct tm *result) {
a_utctm.c
205
ts =
OPENSSL_gmtime
(&t, &data);
249
if (!
OPENSSL_gmtime
(&t, &ttm))
a_gentm.c
231
ts =
OPENSSL_gmtime
(&t, &data);
Completed in 1724 milliseconds