Lines Matching refs:cdf_header_t

76 } cdf_header_t;  typedef
286 int cdf_read_header(const cdf_info_t *, cdf_header_t *);
287 void cdf_swap_header(cdf_header_t *);
288 void cdf_unpack_header(cdf_header_t *, char *);
293 const cdf_header_t *, cdf_secid_t);
295 const cdf_header_t *, cdf_secid_t);
296 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *);
298 int cdf_read_long_sector_chain(const cdf_info_t *, const cdf_header_t *,
300 int cdf_read_short_sector_chain(const cdf_header_t *, const cdf_sat_t *,
302 int cdf_read_sector_chain(const cdf_info_t *, const cdf_header_t *,
305 int cdf_read_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
307 int cdf_read_ssat(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
309 int cdf_read_short_stream(const cdf_info_t *, const cdf_header_t *,
312 int cdf_read_property_info(const cdf_stream_t *, const cdf_header_t *, uint32_t,
314 int cdf_read_user_stream(const cdf_info_t *, const cdf_header_t *,
319 int cdf_read_doc_summary_info(const cdf_info_t *, const cdf_header_t *,
322 int cdf_read_summary_info(const cdf_info_t *, const cdf_header_t *,
325 int cdf_unpack_summary_info(const cdf_stream_t *, const cdf_header_t *,
327 int cdf_unpack_catalog(const cdf_header_t *, const cdf_stream_t *,
339 void cdf_dump_header(const cdf_header_t *);
343 void cdf_dump_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
346 void cdf_dump_summary_info(const cdf_header_t *, const cdf_stream_t *);
347 void cdf_dump_catalog(const cdf_header_t *, const cdf_stream_t *);