Searched refs:pday (Results 1 – 5 of 5) sorted by relevance
/openssl-master/crypto/ |
A 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()
|
/openssl-master/doc/man3/ |
A D | ASN1_TIME_set.pod | 52 int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from, 123 ASN1_TIME_diff() sets I<*pday> and I<*psec> to the time difference between 125 one or both (depending on the time difference) of I<*pday> and I<*psec> 127 one or both of I<*pday> and I<*psec> will be negative. If I<to> and I<from> 128 represent the same time then I<*pday> and I<*psec> will both be zero. 129 If both I<*pday> and I<*psec> are nonzero they will always have the same
|
/openssl-master/crypto/asn1/ |
A D | a_time.c | 456 int ASN1_TIME_diff(int *pday, int *psec, in ASN1_TIME_diff() argument 465 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
|
/openssl-master/include/openssl/ |
A D | crypto.h.in | 410 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
A D | asn1.h.in | 630 int ASN1_TIME_diff(int *pday, int *psec,
|
Completed in 10 milliseconds