Lines Matching refs:cdf_header_t

80 } cdf_header_t;  typedef
290 int cdf_read_header(const cdf_info_t *, cdf_header_t *);
291 void cdf_swap_header(cdf_header_t *);
292 void cdf_unpack_header(cdf_header_t *, char *);
297 const cdf_header_t *, cdf_secid_t);
299 const cdf_header_t *, cdf_secid_t);
300 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *);
302 int cdf_read_long_sector_chain(const cdf_info_t *, const cdf_header_t *,
304 int cdf_read_short_sector_chain(const cdf_header_t *, const cdf_sat_t *,
306 int cdf_read_sector_chain(const cdf_info_t *, const cdf_header_t *,
309 int cdf_read_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
311 int cdf_read_ssat(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
313 int cdf_read_short_stream(const cdf_info_t *, const cdf_header_t *,
316 int cdf_read_property_info(const cdf_stream_t *, const cdf_header_t *, uint32_t,
318 int cdf_read_user_stream(const cdf_info_t *, const cdf_header_t *,
323 int cdf_read_doc_summary_info(const cdf_info_t *, const cdf_header_t *,
326 int cdf_read_summary_info(const cdf_info_t *, const cdf_header_t *,
329 int cdf_unpack_summary_info(const cdf_stream_t *, const cdf_header_t *,
331 int cdf_unpack_catalog(const cdf_header_t *, const cdf_stream_t *,
343 void cdf_dump_header(const cdf_header_t *);
347 void cdf_dump_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
350 void cdf_dump_summary_info(const cdf_header_t *, const cdf_stream_t *);
351 void cdf_dump_catalog(const cdf_header_t *, const cdf_stream_t *);