Home
last modified time | relevance | path

Searched refs:cdf_timestamp_to_timespec (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf_time.c99 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 Dprint.c85 cdf_timestamp_to_timespec(&ts, t); in file_fmttime()
H A Dcdf.h288 int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t);
H A Dcdf.c1414 cdf_timestamp_to_timespec(&ts, d->d_created); in cdf_dump_dir()
1416 cdf_timestamp_to_timespec(&ts, d->d_modified); in cdf_dump_dir()
1497 cdf_timestamp_to_timespec(&ts, tp); in cdf_dump_property_info()
1549 cdf_timestamp_to_timespec(&ts, ce[i].ce_timestamp); in cdf_dump_catalog()
H A Dreadcdf.c228 if (cdf_timestamp_to_timespec(&ts, tp) == -1) { in cdf_file_property_info()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch1099 -int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
1102 +int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t);
1114 -cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t)
1115 +cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t)
3061 - cdf_timestamp_to_timespec(&ts, CAST(cdf_timestamp_t, v));
3063 + cdf_timestamp_to_timespec(&ts, t);
3196 - cdf_timestamp_to_timespec(&ts, tp);
3199 + if (cdf_timestamp_to_timespec(&ts, tp) == -1) {

Completed in 45 milliseconds