Lines Matching refs:cdf_header_t
79 } cdf_header_t; typedef
288 int cdf_read_header(const cdf_info_t *, cdf_header_t *);
289 void cdf_swap_header(cdf_header_t *);
290 void cdf_unpack_header(cdf_header_t *, char *);
295 const cdf_header_t *, cdf_secid_t);
297 const cdf_header_t *, cdf_secid_t);
298 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *);
300 int cdf_read_long_sector_chain(const cdf_info_t *, const cdf_header_t *,
302 int cdf_read_short_sector_chain(const cdf_header_t *, const cdf_sat_t *,
304 int cdf_read_sector_chain(const cdf_info_t *, const cdf_header_t *,
307 int cdf_read_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
309 int cdf_read_ssat(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
311 int cdf_read_short_stream(const cdf_info_t *, const cdf_header_t *,
314 int cdf_read_property_info(const cdf_stream_t *, const cdf_header_t *, uint32_t,
316 int cdf_read_user_stream(const cdf_info_t *, const cdf_header_t *,
320 int cdf_read_summary_info(const cdf_info_t *, const cdf_header_t *,
323 int cdf_unpack_summary_info(const cdf_stream_t *, const cdf_header_t *,
325 int cdf_unpack_catalog(const cdf_header_t *, const cdf_stream_t *,
337 void cdf_dump_header(const cdf_header_t *);
340 void cdf_dump_stream(const cdf_header_t *, const cdf_stream_t *);
341 void cdf_dump_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
344 void cdf_dump_summary_info(const cdf_header_t *, const cdf_stream_t *);
345 void cdf_dump_catalog(const cdf_header_t *, const cdf_stream_t *);