Searched refs:cdf_timestamp_to_timespec (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 99 cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec() function 191 cdf_timestamp_to_timespec(&ts, tst); in main()
|
H A D | print.c | 85 cdf_timestamp_to_timespec(&ts, t); in file_fmttime()
|
H A D | cdf.h | 286 int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t);
|
H A D | cdf.c | 1291 cdf_timestamp_to_timespec(&ts, d->d_created); in cdf_dump_dir() 1293 cdf_timestamp_to_timespec(&ts, d->d_modified); in cdf_dump_dir() 1374 cdf_timestamp_to_timespec(&ts, tp); in cdf_dump_property_info() 1426 cdf_timestamp_to_timespec(&ts, ce[i].ce_timestamp); in cdf_dump_catalog()
|
H A D | readcdf.c | 224 if (cdf_timestamp_to_timespec(&ts, tp) == -1) { in cdf_file_property_info()
|
/PHP-7.0/ext/fileinfo/ |
H A D | libmagic.patch | 1136 -int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t); 1139 +int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t); 1151 -cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) 1152 +cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t) 3095 - cdf_timestamp_to_timespec(&ts, v); 3097 + cdf_timestamp_to_timespec(&ts, t); 3240 - cdf_timestamp_to_timespec(&ts, tp); 3243 + if (cdf_timestamp_to_timespec(&ts, tp) == -1) {
|
Completed in 28 milliseconds