Home
last modified time | relevance | path

Searched refs:d_type (Results 1 – 3 of 3) sorted by path

/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch938 if (dir->dir_tab[i].d_type == CDF_DIR_TYPE_ROOT_STORAGE)
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf.c260 CDF_UNPACK(d->d_type); in cdf_unpack_dir()
702 if (dir->dir_tab[i].d_type == CDF_DIR_TYPE_ROOT_STORAGE) in cdf_read_short_stream()
743 if (dir->dir_tab[i - 1].d_type == CDF_DIR_TYPE_USER_STREAM && in cdf_read_summary_info()
1167 if (d->d_type < __arraycount(types)) in cdf_dump_dir()
1168 (void)fprintf(stderr, "Type: %s\n", types[d->d_type]); in cdf_dump_dir()
1170 (void)fprintf(stderr, "Type: %d\n", d->d_type); in cdf_dump_dir()
1182 switch (d->d_type) { in cdf_dump_dir()
H A Dcdf.h100 uint8_t d_type; member

Completed in 43 milliseconds