Home
last modified time | relevance | path

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

/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf.c268 CDF_UNPACK(d->d_type); in cdf_unpack_dir()
750 if (dir->dir_tab[i].d_type == CDF_DIR_TYPE_ROOT_STORAGE) in cdf_read_short_stream()
826 if (dir->dir_tab[i - 1].d_type == type && in cdf_find_stream()
1383 if (d->d_type < __arraycount(types)) in cdf_dump_dir()
1384 (void)fprintf(stderr, "Type: %s\n", types[d->d_type]); in cdf_dump_dir()
1386 (void)fprintf(stderr, "Type: %d\n", d->d_type); in cdf_dump_dir()
1399 switch (d->d_type) { in cdf_dump_dir()
H A Dcdf.h95 uint8_t d_type; member

Completed in 19 milliseconds