Searched refs:cdf_sat_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/file/
H A Dcdf.h121 } cdf_sat_t; typedef in typeref:struct:__anon869
283 int cdf_read_sat(const cdf_info_t *, cdf_header_t *, cdf_sat_t *);
284 size_t cdf_count_chain(const cdf_sat_t *, cdf_secid_t, size_t);
286 const cdf_sat_t *, cdf_secid_t, size_t, cdf_stream_t *);
287 int cdf_read_short_sector_chain(const cdf_header_t *, const cdf_sat_t *,
290 const cdf_sat_t *, const cdf_sat_t *, const cdf_stream_t *, cdf_secid_t,
292 int cdf_read_dir(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
294 int cdf_read_ssat(const cdf_info_t *, const cdf_header_t *, const cdf_sat_t *,
295 cdf_sat_t *);
[all...]
H A Dcdf.c373 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat)
458 cdf_count_chain(const cdf_sat_t *sat, cdf_secid_t sid, size_t size)
484 const cdf_sat_t *sat, cdf_secid_t sid, size_t len, cdf_stream_t *scn)
530 const cdf_sat_t *ssat, const cdf_stream_t *sst,
572 const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst,
585 const cdf_sat_t *sat, cdf_dir_t *dir)
639 const cdf_sat_t *sat, cdf_sat_t *ssat)
681 const cdf_sat_t *sa
[all...]
H A Dreadcdf.c217 cdf_sat_t sat, ssat;

Completed in 147 milliseconds