Searched refs:cdf_stream_t (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/file/dist/src/ |
H A D | cdf.h | 136 } cdf_stream_t; typedef 298 ssize_t cdf_read_short_sector(const cdf_stream_t *, void *, size_t, size_t, 303 const cdf_sat_t *, cdf_secid_t, size_t, cdf_stream_t *); 305 const cdf_stream_t *, cdf_secid_t, size_t, cdf_stream_t *); 307 const cdf_sat_t *, const cdf_sat_t *, const cdf_stream_t *, cdf_secid_t, 308 size_t, cdf_stream_t *); 314 const cdf_sat_t *, const cdf_dir_t *, cdf_stream_t *, 316 int cdf_read_property_info(const cdf_stream_t *, const cdf_header_t *, uint32_t, 319 const cdf_sat_t *, const cdf_sat_t *, const cdf_stream_t *, 320 const cdf_dir_t *, const char *, cdf_stream_t *); [all …]
|
H A D | cdf.c | 338 cdf_zero_stream(cdf_stream_t *scn) in cdf_zero_stream() 349 cdf_check_stream(const cdf_stream_t *sst, const cdf_header_t *h) in cdf_check_stream() 358 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_check_stream_offset() 449 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs, in cdf_read_short_sector() 604 const cdf_sat_t *sat, cdf_secid_t sid, size_t len, cdf_stream_t *scn) in cdf_read_long_sector_chain() 653 const cdf_sat_t *ssat, const cdf_stream_t *sst, in cdf_read_short_sector_chain() 654 cdf_secid_t sid, size_t len, cdf_stream_t *scn) in cdf_read_short_sector_chain() 695 const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, in cdf_read_sector_chain() 696 cdf_secid_t sid, size_t len, cdf_stream_t *scn) in cdf_read_sector_chain() 806 const cdf_sat_t *sat, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_read_short_stream() [all …]
|
H A D | readcdf.c | 273 const cdf_stream_t *sst) in cdf_file_catalog() 304 const cdf_stream_t *sst, const cdf_directory_t *root_storage) in cdf_file_summary_info() 377 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_file_catalog_info() 395 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_check_summary_info() 555 cdf_stream_t sst, scn; in file_trycdf()
|