Searched refs:cdf_info_t (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/file/dist/src/ |
H A D | cdf.h | 272 } cdf_info_t; typedef 290 int cdf_read_header(const cdf_info_t *, cdf_header_t *); 296 ssize_t cdf_read_sector(const cdf_info_t *, void *, size_t, size_t, 300 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *); 302 int cdf_read_long_sector_chain(const cdf_info_t *, const cdf_header_t *, 306 int cdf_read_sector_chain(const cdf_info_t *, const cdf_header_t *, 309 int cdf_read_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *, 311 int cdf_read_ssat(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *, 313 int cdf_read_short_stream(const cdf_info_t *, const cdf_header_t *, 318 int cdf_read_user_stream(const cdf_info_t *, const cdf_header_t *, [all …]
|
H A D | cdf.c | 376 cdf_read(const cdf_info_t *info, off_t off, void *buf, size_t len) in cdf_read() 401 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header() 434 cdf_read_sector(const cdf_info_t *info, void *buf, size_t offs, size_t len, in cdf_read_sector() 478 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) in cdf_read_sat() 603 cdf_read_long_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_long_sector_chain() 694 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_sector_chain() 707 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir() 762 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat() 805 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_short_stream() 849 cdf_read_doc_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_doc_summary_info() [all …]
|
H A D | readcdf.c | 375 cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info, in cdf_file_catalog_info() 393 cdf_check_summary_info(struct magic_set *ms, const cdf_info_t *info, in cdf_check_summary_info() 552 cdf_info_t info; in file_trycdf()
|