#include "define.h"Include dependency graph for timeconv.c:

Go to the source code of this file.
Functions | |
| char * | fileTimeToAscii (const FILETIME *filetime) |
| tm * | fileTimeToStructTM (const FILETIME *filetime) |
| time_t | fileTimeToUnixTime (const FILETIME *filetime, DWORD *remainder) |
|
|
Definition at line 18 of file timeconv.c. References fileTimeToUnixTime(). Referenced by pst_process(). |
Here is the call graph for this function:

|
|
Definition at line 25 of file timeconv.c. References fileTimeToUnixTime(). Referenced by pst_rfc2425_datetime_format(), and pst_rfc2445_datetime_format(). |
Here is the call graph for this function:

|
||||||||||||
|
Definition at line 38 of file timeconv.c. References FILETIME::dwHighDateTime, FILETIME::dwLowDateTime, and UINT32. Referenced by fileTimeToAscii(), fileTimeToStructTM(), and write_normal_email(). |
1.3.9.1