Home
last modified time | relevance | path

Searched refs:cdf_stream_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/file/src/
H A Dcdf.h134 } cdf_stream_t; typedef
298 file_protected ssize_t cdf_read_short_sector(const cdf_stream_t *, void *,
305 cdf_stream_t *);
307 const cdf_sat_t *, const cdf_stream_t *, cdf_secid_t, size_t,
308 cdf_stream_t *);
311 const cdf_stream_t *, cdf_secid_t, size_t, cdf_stream_t *);
318 cdf_stream_t *, const cdf_directory_t **);
319 file_protected int cdf_read_property_info(const cdf_stream_t *,
323 const cdf_stream_t *, const cdf_dir_t *, const char *, cdf_stream_t *);
325 file_protected int cdf_zero_stream(cdf_stream_t *);
[all …]
H A Dcdf.c332 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 …]
H A Dreadcdf.c267 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()