Home
last modified time | relevance | path

Searched refs:cdf_timespec_to_timestamp (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf_time.c148 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timeval *ts) in cdf_timespec_to_timestamp() function
H A Dcdf.h289 int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timeval *);
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch1100 -int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timespec *);
1103 +int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timeval *);
1135 -cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts)
1136 +cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timeval *ts)

Completed in 46 milliseconds