Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dcdf.h78 } cdf_header_t; typedef
290 file_protected int cdf_read_header(const cdf_info_t *, cdf_header_t *);
291 file_protected void cdf_swap_header(cdf_header_t *);
292 file_protected void cdf_unpack_header(cdf_header_t *, char *);
297 size_t, const cdf_header_t *, cdf_secid_t);
299 size_t, size_t, const cdf_header_t *, cdf_secid_t);
300 file_protected int cdf_read_sat(const cdf_info_t *, cdf_header_t *,
304 const cdf_header_t *, const cdf_sat_t *, cdf_secid_t, size_t,
306 file_protected int cdf_read_short_sector_chain(const cdf_header_t *,
310 const cdf_header_t *, const cdf_sat_t *, const cdf_sat_t *,
[all …]
H A Dcdf.c229 cdf_swap_header(cdf_header_t *h) in cdf_swap_header()
260 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header()
343 cdf_check_stream(const cdf_stream_t *sst, const cdf_header_t *h) in cdf_check_stream()
352 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_check_stream_offset()
395 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
429 const cdf_header_t *h, cdf_secid_t id) in cdf_read_sector()
444 size_t len, const cdf_header_t *h, cdf_secid_t id) in cdf_read_short_sector()
472 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) in cdf_read_sat()
597 cdf_read_long_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_long_sector_chain()
646 cdf_read_short_sector_chain(const cdf_header_t *h, in cdf_read_short_sector_chain()
[all …]
H A Dreadcdf.c266 cdf_file_catalog(struct magic_set *ms, const cdf_header_t *h, in cdf_file_catalog()
297 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, in cdf_file_summary_info()
370 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_file_catalog_info()
388 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_check_summary_info()
547 cdf_header_t h; in file_trycdf()