Lines Matching refs:cdf_info_t
299 cdf_read(const cdf_info_t *info, zend_off_t off, void *buf, size_t len) in cdf_read()
326 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
359 cdf_read_sector(const cdf_info_t *info, void *buf, size_t offs, size_t len, in cdf_read_sector()
390 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) in cdf_read_sat()
512 cdf_read_long_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_long_sector_chain()
600 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_sector_chain()
613 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir()
667 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat()
709 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_short_stream()
750 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_summary_info()
759 cdf_read_user_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_user_stream()
1261 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir()
1444 cdf_info_t info; in main()