Searched refs:cdf_header_t (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/file/src/ |
| HD | cdf.h | 78 } cdf_header_t; typedef 288 int cdf_read_header(const cdf_info_t *, cdf_header_t *); 289 void cdf_swap_header(cdf_header_t *); 290 void cdf_unpack_header(cdf_header_t *, char *); 295 const cdf_header_t *, cdf_secid_t); 297 const cdf_header_t *, cdf_secid_t); 298 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *); 300 int cdf_read_long_sector_chain(const cdf_info_t *, const cdf_header_t *, 302 int cdf_read_short_sector_chain(const cdf_header_t *, const cdf_sat_t *, 304 int cdf_read_sector_chain(const cdf_info_t *, const cdf_header_t *, [all …]
|
| HD | cdf.c | 229 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 …]
|
| HD | readcdf.c | 266 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()
|