Home
last modified time | relevance | path

Searched refs:pday (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/
Do_time.c70 long *pday, int *psec);
102 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff() argument
123 if (pday) in OPENSSL_gmtime_diff()
124 *pday = (int)diff_day; in OPENSSL_gmtime_diff()
134 long *pday, int *psec) in julian_adj() argument
171 *pday = time_jd; in julian_adj()
/third_party/openssl/doc/man3/
DASN1_TIME_set.pod50 int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from,
114 ASN1_TIME_diff() sets B<*pday> and B<*psec> to the time difference between
116 one or both (depending on the time difference) of B<*pday> and B<*psec>
118 one or both of B<*pday> and B<*psec> will be negative. If B<to> and B<from>
119 represent the same time then B<*pday> and B<*psec> will both be zero.
120 If both B<*pday> and B<*psec> are nonzero they will always have the same
/third_party/openssl/crypto/asn1/
Da_time.c452 int ASN1_TIME_diff(int *pday, int *psec, in ASN1_TIME_diff() argument
461 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
/third_party/openssl/include/openssl/
Dcrypto.h343 int OPENSSL_gmtime_diff(int *pday, int *psec,
Dasn1.h593 int ASN1_TIME_diff(int *pday, int *psec,