Lines Matching refs:timestamp
23 typedef struct timestamp struct
27 } timestamp; typedef
29 void timestamp_clear( timestamp * const );
30 int timestamp_cmp( timestamp const * const lhs, timestamp const * const rhs );
31 void timestamp_copy( timestamp * const target, timestamp const * const source );
32 void timestamp_current( timestamp * const );
33 int timestamp_empty( timestamp const * const );
34 void timestamp_from_path( timestamp * const, OBJECT * const path );
35 void timestamp_init( timestamp * const, time_t const secs, int const nsecs );
36 void timestamp_max( timestamp * const max, timestamp const * const lhs,
37 timestamp const * const rhs );
38 char const * timestamp_str( timestamp const * const );
39 char const * timestamp_timestr( timestamp const * const );
42 void timestamp_from_filetime( timestamp * const, FILETIME const * const );
46 double timestamp_delta_seconds( timestamp const * const, timestamp const * const );