Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dcdf.h283 } cdf_catalog_t; typedef
336 const cdf_stream_t *, cdf_catalog_t **);
H A Dcdf.c1188 cdf_catalog_t **cat) in cdf_unpack_catalog()
1210 *cat = CAST(cdf_catalog_t *, in cdf_unpack_catalog()
1211 CDF_MALLOC(sizeof(cdf_catalog_t) + nr * sizeof(*ce))); in cdf_unpack_catalog()
1578 cdf_catalog_t *cat; in cdf_dump_catalog()
H A Dreadcdf.c269 cdf_catalog_t *cat; in cdf_file_catalog()