Lines Matching refs:cdf_header_t
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()
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()
852 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_summary_info()
861 cdf_read_user_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_user_stream()
906 cdf_get_property_info_pos(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_get_property_info_pos()
991 cdf_read_property_info(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_read_property_info()
1148 cdf_unpack_summary_info(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_unpack_summary_info()
1187 cdf_unpack_catalog(const cdf_header_t *h, const cdf_stream_t *sst, in cdf_unpack_catalog()
1348 cdf_dump_header(const cdf_header_t *h) in cdf_dump_header()
1423 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir()
1553 cdf_dump_summary_info(const cdf_header_t *h, const cdf_stream_t *sst) in cdf_dump_summary_info()
1576 cdf_dump_catalog(const cdf_header_t *h, const cdf_stream_t *sst) in cdf_dump_catalog()
1602 cdf_header_t h; in main()