Lines Matching defs:h
188 cdf_swap_header(cdf_header_t *h) in cdf_swap_header()
219 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header()
302 cdf_check_stream(const cdf_stream_t *sst, const cdf_header_t *h) in cdf_check_stream()
313 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_check_stream_offset()
359 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
393 const cdf_header_t *h, cdf_secid_t id) in cdf_read_sector()
408 size_t len, const cdf_header_t *h, cdf_secid_t id) in cdf_read_short_sector()
436 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) in cdf_read_sat()
561 cdf_read_long_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_long_sector_chain()
610 cdf_read_short_sector_chain(const cdf_header_t *h, in cdf_read_short_sector_chain()
652 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_sector_chain()
665 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir()
720 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat()
763 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_short_stream()
807 cdf_read_doc_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_doc_summary_info()
816 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_summary_info()
825 cdf_read_user_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_user_stream()
870 cdf_get_property_info_pos(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_get_property_info_pos()
955 cdf_read_property_info(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_read_property_info()
1111 cdf_unpack_summary_info(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_unpack_summary_info()
1150 cdf_unpack_catalog(const cdf_header_t *h, const cdf_stream_t *sst, in cdf_unpack_catalog()
1311 cdf_dump_header(const cdf_header_t *h) in cdf_dump_header()
1386 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir()
1516 cdf_dump_summary_info(const cdf_header_t *h, const cdf_stream_t *sst) in cdf_dump_summary_info()
1539 cdf_dump_catalog(const cdf_header_t *h, const cdf_stream_t *sst) in cdf_dump_catalog()
1565 cdf_header_t h; in main() local