Lines Matching defs:info

327 cdf_read(const cdf_info_t *info, zend_off_t off, void *buf, size_t len)  in cdf_read()
355 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
388 cdf_read_sector(const cdf_info_t *info, void *buf, size_t offs, size_t len, in cdf_read_sector()
420 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) in cdf_read_sat()
545 cdf_read_long_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_long_sector_chain()
636 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_sector_chain()
649 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir()
704 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat()
747 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_short_stream()
791 cdf_read_doc_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_doc_summary_info()
800 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_summary_info()
809 cdf_read_user_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_user_stream()
885 cdf_grow_info(cdf_property_info_t **info, size_t *maxcount, size_t incr) in cdf_grow_info()
940 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info()
1096 cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count) in cdf_unpack_summary_info()
1370 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir()
1430 cdf_dump_property_info(const cdf_property_info_t *info, size_t count) in cdf_dump_property_info()
1504 cdf_property_info_t *info; in cdf_dump_summary_info() local
1553 cdf_info_t info; in main() local