Searched refs:pday (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Do_time.h67 int OPENSSL_gmtime_diff(int *pday, int *psec,
H A Do_time.c250 long *pday, int *psec);
282 int OPENSSL_gmtime_diff(int *pday, int *psec, argument
303 if (pday)
304 *pday = (int)diff_day;
314 long *pday, int *psec)
351 *pday = time_jd;
313 julian_adj(const struct tm *tm, int off_day, long offset_sec, long *pday, int *psec) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Do_time.h67 int OPENSSL_gmtime_diff(int *pday, int *psec,
H A Do_time.c250 long *pday, int *psec);
282 int OPENSSL_gmtime_diff(int *pday, int *psec, argument
303 if (pday)
304 *pday = (int)diff_day;
314 long *pday, int *psec)
351 *pday = time_jd;
313 julian_adj(const struct tm *tm, int off_day, long offset_sec, long *pday, int *psec) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_time.c219 int ASN1_TIME_diff(int *pday, int *psec, argument
227 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to);
H A Dasn1.h863 int ASN1_TIME_diff(int *pday, int *psec,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_time.c219 int ASN1_TIME_diff(int *pday, int *psec, argument
227 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to);
H A Dasn1.h863 int ASN1_TIME_diff(int *pday, int *psec,

Completed in 77 milliseconds