cdf_header_t      175 ext/fileinfo/libmagic/cdf.c cdf_swap_header(cdf_header_t *h)
cdf_header_t      204 ext/fileinfo/libmagic/cdf.c cdf_unpack_header(cdf_header_t *h, char *buf)
cdf_header_t      275 ext/fileinfo/libmagic/cdf.c cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h,
cdf_header_t      321 ext/fileinfo/libmagic/cdf.c cdf_read_header(const cdf_info_t *info, cdf_header_t *h)
cdf_header_t      355 ext/fileinfo/libmagic/cdf.c     const cdf_header_t *h, cdf_secid_t id)
cdf_header_t      365 ext/fileinfo/libmagic/cdf.c     size_t len, const cdf_header_t *h, cdf_secid_t id)
cdf_header_t      385 ext/fileinfo/libmagic/cdf.c cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat)
cdf_header_t      496 ext/fileinfo/libmagic/cdf.c cdf_read_long_sector_chain(const cdf_info_t *info, const cdf_header_t *h,
cdf_header_t      542 ext/fileinfo/libmagic/cdf.c cdf_read_short_sector_chain(const cdf_header_t *h,
cdf_header_t      584 ext/fileinfo/libmagic/cdf.c cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h,
cdf_header_t      597 ext/fileinfo/libmagic/cdf.c cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h,
cdf_header_t      651 ext/fileinfo/libmagic/cdf.c cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h,
cdf_header_t      693 ext/fileinfo/libmagic/cdf.c cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h,
cdf_header_t      734 ext/fileinfo/libmagic/cdf.c cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h,
cdf_header_t      759 ext/fileinfo/libmagic/cdf.c cdf_read_property_info(const cdf_stream_t *sst, const cdf_header_t *h,
cdf_header_t      958 ext/fileinfo/libmagic/cdf.c cdf_unpack_summary_info(const cdf_stream_t *sst, const cdf_header_t *h,
cdf_header_t     1073 ext/fileinfo/libmagic/cdf.c cdf_dump_header(const cdf_header_t *h)
cdf_header_t     1140 ext/fileinfo/libmagic/cdf.c cdf_dump_stream(const cdf_header_t *h, const cdf_stream_t *sst)
cdf_header_t     1148 ext/fileinfo/libmagic/cdf.c cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h,
cdf_header_t     1279 ext/fileinfo/libmagic/cdf.c cdf_dump_summary_info(const cdf_header_t *h, const cdf_stream_t *sst)
cdf_header_t     1307 ext/fileinfo/libmagic/cdf.c 	cdf_header_t h;
cdf_header_t      279 ext/fileinfo/libmagic/cdf.h int cdf_read_header(const cdf_info_t *, cdf_header_t *);
cdf_header_t      280 ext/fileinfo/libmagic/cdf.h void cdf_swap_header(cdf_header_t *);
cdf_header_t      281 ext/fileinfo/libmagic/cdf.h void cdf_unpack_header(cdf_header_t *, char *);
cdf_header_t      286 ext/fileinfo/libmagic/cdf.h     const cdf_header_t *, cdf_secid_t);
cdf_header_t      288 ext/fileinfo/libmagic/cdf.h     const cdf_header_t *, cdf_secid_t);
cdf_header_t      289 ext/fileinfo/libmagic/cdf.h int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *);
cdf_header_t      291 ext/fileinfo/libmagic/cdf.h int cdf_read_long_sector_chain(const cdf_info_t *, const cdf_header_t *,
cdf_header_t      293 ext/fileinfo/libmagic/cdf.h int cdf_read_short_sector_chain(const cdf_header_t *, const cdf_sat_t *,
cdf_header_t      295 ext/fileinfo/libmagic/cdf.h int cdf_read_sector_chain(const cdf_info_t *, const cdf_header_t *,
cdf_header_t      298 ext/fileinfo/libmagic/cdf.h int cdf_read_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
cdf_header_t      300 ext/fileinfo/libmagic/cdf.h int cdf_read_ssat(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
cdf_header_t      302 ext/fileinfo/libmagic/cdf.h int cdf_read_short_stream(const cdf_info_t *, const cdf_header_t *,
cdf_header_t      305 ext/fileinfo/libmagic/cdf.h int cdf_read_property_info(const cdf_stream_t *, const cdf_header_t *, uint32_t,
cdf_header_t      307 ext/fileinfo/libmagic/cdf.h int cdf_read_summary_info(const cdf_info_t *, const cdf_header_t *,
cdf_header_t      310 ext/fileinfo/libmagic/cdf.h int cdf_unpack_summary_info(const cdf_stream_t *, const cdf_header_t *,
cdf_header_t      321 ext/fileinfo/libmagic/cdf.h void cdf_dump_header(const cdf_header_t *);
cdf_header_t      324 ext/fileinfo/libmagic/cdf.h void cdf_dump_stream(const cdf_header_t *, const cdf_stream_t *);
cdf_header_t      325 ext/fileinfo/libmagic/cdf.h void cdf_dump_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
cdf_header_t      328 ext/fileinfo/libmagic/cdf.h void cdf_dump_summary_info(const cdf_header_t *, const cdf_stream_t *);
cdf_header_t      262 ext/fileinfo/libmagic/readcdf.c cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h,
cdf_header_t      322 ext/fileinfo/libmagic/readcdf.c         cdf_header_t h;