Lines Matching refs:cdf_info_t
271 } cdf_info_t; typedef
289 int cdf_read_header(const cdf_info_t *, cdf_header_t *);
295 ssize_t cdf_read_sector(const cdf_info_t *, void *, size_t, size_t,
299 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *);
301 int cdf_read_long_sector_chain(const cdf_info_t *, const cdf_header_t *,
305 int cdf_read_sector_chain(const cdf_info_t *, const cdf_header_t *,
308 int cdf_read_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
310 int cdf_read_ssat(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
312 int cdf_read_short_stream(const cdf_info_t *, const cdf_header_t *,
317 int cdf_read_user_stream(const cdf_info_t *, const cdf_header_t *,
321 int cdf_read_summary_info(const cdf_info_t *, const cdf_header_t *,
342 void cdf_dump_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,