Home
last modified time | relevance | path

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

/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf.c290 CDF_UNPACK(d->d_type); in cdf_unpack_dir()
772 if (dir->dir_tab[i].d_type == CDF_DIR_TYPE_ROOT_STORAGE) in cdf_read_short_stream()
848 if (dir->dir_tab[i - 1].d_type == type && in cdf_find_stream()
1405 if (d->d_type < __arraycount(types)) in cdf_dump_dir()
1406 (void)fprintf(stderr, "Type: %s\n", types[d->d_type]); in cdf_dump_dir()
1408 (void)fprintf(stderr, "Type: %d\n", d->d_type); in cdf_dump_dir()
1421 switch (d->d_type) { in cdf_dump_dir()
H A Dcdf.h97 uint8_t d_type; member

Completed in 10 milliseconds