Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dcdf.h319 int cdf_find_stream(const cdf_dir_t *, const char *, int);
H A Dreadcdf.c519 if (cdf_find_stream(dir, si->sections[j], si->types[j]) in cdf_file_dir_info()
H A Dcdf.c866 int i = cdf_find_stream(dir, name, CDF_DIR_TYPE_USER_STREAM); in cdf_read_user_stream()
879 cdf_find_stream(const cdf_dir_t *dir, const char *name, int type) in cdf_find_stream() function