Searched refs:pday (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/ |
D | o_time.c | 70 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/ |
D | ASN1_TIME_set.pod | 50 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/ |
D | a_time.c | 452 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/ |
D | crypto.h | 343 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
D | asn1.h | 593 int ASN1_TIME_diff(int *pday, int *psec,
|