| H A D | cdf.c | 383 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) argument 404 sat->sat_len = h->h_num_sectors_in_master_sat * nsatpersec + i; 406 sat->sat_len, ss)); 407 if ((sat->sat_tab = CAST(cdf_secid_t *, calloc(sat->sat_len, ss))) 414 if (cdf_read_sector(info, sat->sat_tab, ss * i, ss, h, 441 if (i >= sat->sat_len) { 443 "u >= %" SIZE_T_FORMAT "u", i, sat->sat_len)); 447 if (cdf_read_sector(info, sat->sat_tab, ss * i, ss, h, 457 sat 468 cdf_count_chain(const cdf_sat_t *sat, cdf_secid_t sid, size_t size) argument 493 cdf_read_long_sector_chain(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument 581 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument 594 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, cdf_dir_t *dir) argument 648 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, cdf_sat_t *ssat) argument 690 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_dir_t *dir, cdf_stream_t *scn) argument 728 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) argument 1093 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) argument 1140 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir) argument 1300 cdf_sat_t sat, ssat; local [all...] |