Searched refs:cdf_timestamp_t (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | cdf.h | 90 typedef int64_t cdf_timestamp_t; typedef 112 cdf_timestamp_t d_created; 113 cdf_timestamp_t d_modified; 175 cdf_timestamp_t _pi_tp; 287 int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t); 288 int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timeval *); 330 int cdf_print_elapsed_time(char *, size_t, cdf_timestamp_t);
|
H A D | cdf_time.c | 99 cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec() 148 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timeval *ts) in cdf_timespec_to_timestamp() 187 static const cdf_timestamp_t tst = 0x01A5E403C2D59C00ULL; in main()
|
H A D | readcdf.c | 137 cdf_timestamp_t tp; in cdf_file_property_info()
|
H A D | cdf.c | 804 cdf_timestamp_t tp; in cdf_read_property_info() 1139 cdf_print_elapsed_time(char *buf, size_t bufsiz, cdf_timestamp_t ts) in cdf_print_elapsed_time() 1323 cdf_timestamp_t tp; in cdf_dump_property_info()
|
/PHP-7.1/ext/fileinfo/ |
H A D | libmagic.patch | 1085 cdf_timestamp_t tp; 1136 -int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t); 1137 -int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timespec *); 1139 +int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t); 1140 +int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timeval *); 1151 -cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) 1152 +cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t) 1172 -cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts) 1173 +cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timeval *ts) 1193 static const cdf_timestamp_t tst = 0x01A5E403C2D59C00ULL; [all …]
|
Completed in 28 milliseconds