Home
last modified time | relevance | path

Searched refs:cdf_timestamp_t (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.h93 typedef int64_t cdf_timestamp_t; typedef
115 cdf_timestamp_t d_created;
116 cdf_timestamp_t d_modified;
178 cdf_timestamp_t _pi_tp;
277 int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t);
278 int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timeval *);
313 int cdf_print_elapsed_time(char *, size_t, cdf_timestamp_t);
H A Dcdf_time.c99 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()
186 static const cdf_timestamp_t tst = 0x01A5E403C2D59C00ULL; in main()
H A Dreadcdf.c52 cdf_timestamp_t tp;
H A Dcdf.c767 cdf_timestamp_t tp; in cdf_read_property_info()
1033 cdf_print_elapsed_time(char *buf, size_t bufsiz, cdf_timestamp_t ts) in cdf_print_elapsed_time()
1205 cdf_timestamp_t tp;
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1053 cdf_timestamp_t tp;
1106 -int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
1107 -int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timespec *);
1109 +int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t);
1110 +int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timeval *);
1121 -cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t)
1122 +cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t)
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)
1172 static const cdf_timestamp_t tst = 0x01A5E403C2D59C00ULL;
[all …]

Completed in 31 milliseconds