Home
last modified time | relevance | path

Searched refs:cdf_info_t (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.h274 } cdf_info_t; typedef
279 int cdf_read_header(const cdf_info_t *, cdf_header_t *);
285 ssize_t cdf_read_sector(const cdf_info_t *, void *, size_t, size_t,
289 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *);
291 int cdf_read_long_sector_chain(const cdf_info_t *, const cdf_header_t *,
295 int cdf_read_sector_chain(const cdf_info_t *, const cdf_header_t *,
298 int cdf_read_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
300 int cdf_read_ssat(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
302 int cdf_read_short_stream(const cdf_info_t *, const cdf_header_t *,
306 int cdf_read_summary_info(const cdf_info_t *, const cdf_header_t *,
[all …]
H A Dcdf.c294 cdf_read(const cdf_info_t *info, off_t off, void *buf, size_t len) in cdf_read()
321 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
385 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) in cdf_read_sat()
496 cdf_read_long_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_long_sector_chain()
584 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_sector_chain()
597 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir()
651 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat()
693 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_short_stream()
731 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_summary_info()
1145 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir()
[all …]
H A Dreadcdf.c229 cdf_info_t info;
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1103 } cdf_info_t;
1111 int cdf_read_header(const cdf_info_t *, cdf_header_t *);

Completed in 20 milliseconds