|
GME
13
|
Go to the source code of this file.
Classes | |
| struct | atime_t |
Defines | |
| #define | APR_DELTA_EPOCH_IN_USEC APR_TIME_C(11644473600000000); |
Functions | |
| static APR_INLINE void | FileTimeToAprTime (apr_time_t *result, FILETIME *input) |
| static APR_INLINE void | AprTimeToFileTime (LPFILETIME pft, apr_time_t t) |
| #define APR_DELTA_EPOCH_IN_USEC APR_TIME_C(11644473600000000); |
Definition at line 36 of file apr_arch_atime.h.
| static APR_INLINE void AprTimeToFileTime | ( | LPFILETIME | pft, |
| apr_time_t | t | ||
| ) | [static] |
Definition at line 51 of file apr_arch_atime.h.
| static APR_INLINE void FileTimeToAprTime | ( | apr_time_t * | result, |
| FILETIME * | input | ||
| ) | [static] |
Definition at line 39 of file apr_arch_atime.h.
1.7.6.1