Home
last modified time | relevance | path

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

/php-src/win32/
H A Dreaddir.h28 unsigned char d_type; member
H A Dreaddir.c124 dp->dent.d_type = DT_UNKNOWN; /* conservative */ in readdir()
126 dp->dent.d_type = DT_DIR; in readdir()
128 dp->dent.d_type = DT_REG; in readdir()
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c284 CDF_UNPACK(d->d_type); in cdf_unpack_dir()
780 if (dir->dir_tab[i].d_type == CDF_DIR_TYPE_ROOT_STORAGE) in cdf_read_short_stream()
856 if (dir->dir_tab[i - 1].d_type == type && in cdf_find_stream()
1415 if (d->d_type < __arraycount(types)) in cdf_dump_dir()
1416 (void)fprintf(stderr, "Type: %s\n", types[d->d_type]); in cdf_dump_dir()
1418 (void)fprintf(stderr, "Type: %d\n", d->d_type); in cdf_dump_dir()
1431 switch (d->d_type) { in cdf_dump_dir()
H A Dcdf.h93 uint8_t d_type; member
/php-src/main/streams/
H A Dglob_wrapper.c153 ent->d_type = DT_UNKNOWN; in php_glob_stream_read()
H A Dplain_wrapper.c1033 ent->d_type = result->d_type; in php_plain_files_dirstream_read()
1035 ent->d_type = DT_UNKNOWN; in php_plain_files_dirstream_read()
H A Duserspace.c1331 ent->d_type = DT_UNKNOWN; in php_userstreamop_readdir()
/php-src/main/
H A Dphp_streams.h115 unsigned char d_type; member
/php-src/ext/standard/
H A Dftp_fopen_wrapper.c632 ent->d_type = DT_UNKNOWN; in php_ftp_dirstream_read()
/php-src/ext/spl/
H A Dspl_directory.c1493 if (intern->u.dir.entry.d_type == DT_DIR) { in PHP_METHOD()
1495 } else if (intern->u.dir.entry.d_type == DT_REG) { in PHP_METHOD()

Completed in 50 milliseconds