Home
last modified time | relevance | path

Searched refs:d_type (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c272 CDF_UNPACK(d->d_type); in cdf_unpack_dir()
756 if (dir->dir_tab[i].d_type == CDF_DIR_TYPE_ROOT_STORAGE) in cdf_read_short_stream()
832 if (dir->dir_tab[i - 1].d_type == type && in cdf_find_stream()
1390 if (d->d_type < __arraycount(types)) in cdf_dump_dir()
1391 (void)fprintf(stderr, "Type: %s\n", types[d->d_type]); in cdf_dump_dir()
1393 (void)fprintf(stderr, "Type: %d\n", d->d_type); in cdf_dump_dir()
1406 switch (d->d_type) { in cdf_dump_dir()
H A Dcdf.h95 uint8_t d_type; member

Completed in 16 milliseconds