Home
last modified time | relevance | path

Searched refs:cdf_timestamp_t (Results 1 – 6 of 6) sorted by last modified time

/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1226 cdf_timestamp_t tp;
/PHP-8.1/ext/fileinfo/libmagic/
H A Dprint.c252 cdf_timestamp_to_timespec(&ts, CAST(cdf_timestamp_t, v)); in file_fmttime()
H A Dreadcdf.c141 cdf_timestamp_t tp; in cdf_file_property_info()
H A Dcdf.c1265 cdf_print_elapsed_time(char *buf, size_t bufsiz, cdf_timestamp_t ts) in cdf_print_elapsed_time()
1448 cdf_timestamp_t tp; in cdf_dump_property_info()
H A Dcdf.h88 typedef int64_t cdf_timestamp_t; typedef
110 cdf_timestamp_t d_created;
111 cdf_timestamp_t d_modified;
174 cdf_timestamp_t _pi_tp;
286 int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
287 int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timespec *);
333 int cdf_print_elapsed_time(char *, size_t, cdf_timestamp_t);
H A Dcdf_time.c100 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec()
148 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts) in cdf_timespec_to_timestamp()
187 static const cdf_timestamp_t tst = 0x01A5E403C2D59C00ULL; in main()

Completed in 43 milliseconds