Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/file/src/
Dcdf.h270 } cdf_info_t; typedef
288 int cdf_read_header(const cdf_info_t *, cdf_header_t *);
294 ssize_t cdf_read_sector(const cdf_info_t *, void *, size_t, size_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 *,
304 int cdf_read_sector_chain(const cdf_info_t *, const cdf_header_t *,
307 int cdf_read_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
309 int cdf_read_ssat(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
311 int cdf_read_short_stream(const cdf_info_t *, const cdf_header_t *,
316 int cdf_read_user_stream(const cdf_info_t *, const cdf_header_t *,
[all …]
Dcdf.c370 cdf_read(const cdf_info_t *info, off_t off, void *buf, size_t len) in cdf_read()
395 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
428 cdf_read_sector(const cdf_info_t *info, void *buf, size_t offs, size_t len, in cdf_read_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()
688 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_sector_chain()
701 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir()
756 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat()
799 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_short_stream()
843 cdf_read_doc_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_doc_summary_info()
[all …]
Dreadcdf.c369 cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info, in cdf_file_catalog_info()
387 cdf_check_summary_info(struct magic_set *ms, const cdf_info_t *info, in cdf_check_summary_info()
546 cdf_info_t info; in file_trycdf()