Searched refs:cdf_stream_t (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/file/src/ |
| HD | cdf.h | 134 } cdf_stream_t; typedef 296 ssize_t cdf_read_short_sector(const cdf_stream_t *, void *, size_t, size_t, 301 const cdf_sat_t *, cdf_secid_t, size_t, cdf_stream_t *); 303 const cdf_stream_t *, cdf_secid_t, size_t, cdf_stream_t *); 305 const cdf_sat_t *, const cdf_sat_t *, const cdf_stream_t *, cdf_secid_t, 306 size_t, cdf_stream_t *); 312 const cdf_sat_t *, const cdf_dir_t *, cdf_stream_t *, 314 int cdf_read_property_info(const cdf_stream_t *, const cdf_header_t *, uint32_t, 317 const cdf_sat_t *, const cdf_sat_t *, const cdf_stream_t *, 318 const cdf_dir_t *, const char *, cdf_stream_t *); [all …]
|
| HD | cdf.c | 332 cdf_zero_stream(cdf_stream_t *scn) in cdf_zero_stream() 343 cdf_check_stream(const cdf_stream_t *sst, const cdf_header_t *h) in cdf_check_stream() 352 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_check_stream_offset() 443 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs, in cdf_read_short_sector() 598 const cdf_sat_t *sat, cdf_secid_t sid, size_t len, cdf_stream_t *scn) in cdf_read_long_sector_chain() 647 const cdf_sat_t *ssat, const cdf_stream_t *sst, in cdf_read_short_sector_chain() 648 cdf_secid_t sid, size_t len, cdf_stream_t *scn) in cdf_read_short_sector_chain() 689 const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, in cdf_read_sector_chain() 690 cdf_secid_t sid, size_t len, cdf_stream_t *scn) in cdf_read_sector_chain() 800 const cdf_sat_t *sat, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_read_short_stream() [all …]
|
| HD | readcdf.c | 267 const cdf_stream_t *sst) in cdf_file_catalog() 298 const cdf_stream_t *sst, const cdf_directory_t *root_storage) in cdf_file_summary_info() 371 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_file_catalog_info() 389 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_check_summary_info() 549 cdf_stream_t sst, scn; in file_trycdf()
|