Home
last modified time | relevance | path

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

/PHP-5.5/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.h278 int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timeval *);
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1107 -int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timespec *);
1110 +int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timeval *);
1151 -cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts)
1152 +cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timeval *ts)

Completed in 20 milliseconds