OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t_now
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_cl.c
315
time_t
t_now
, t_tmp;
local
316
time(&
t_now
);
325
t_tmp =
t_now
+ nsec;
335
t_tmp =
t_now
- maxsec;
355
t_tmp =
t_now
- nsec;
/external/openssl/crypto/ocsp/
ocsp_cl.c
315
time_t
t_now
, t_tmp;
local
316
time(&
t_now
);
325
t_tmp =
t_now
+ nsec;
335
t_tmp =
t_now
- maxsec;
355
t_tmp =
t_now
- nsec;
Completed in 1343 milliseconds