Home
last modified time | relevance | path

Searched refs:i_fd (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/fileinfo/libmagic/
H A Dcdf.h265 int i_fd; member
H A Dcdf.c351 if (info->i_fd == -1) in cdf_read()
354 if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (zend_off_t)-1) in cdf_read()
357 if (FINFO_READ_FUNC(info->i_fd, buf, len) != (ssize_t)len) in cdf_read()
1592 if ((info.i_fd = open(argv[1], O_RDONLY)) == -1) in main()
1643 (void)close(info.i_fd); in main()
H A Dreadcdf.c545 info.i_fd = fd; in file_trycdf()
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch1067 if (info->i_fd == -1)
1070 - if (pread(info->i_fd, buf, len, off) != CAST(ssize_t, len))
1071 + if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (zend_off_t)-1)
1074 + if (FINFO_READ_FUNC(info->i_fd, buf, len) != (ssize_t)len)

Completed in 18 milliseconds