Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.h267 int i_fd; member
H A Dcdf.c343 if (info->i_fd == -1) in cdf_read()
346 if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (zend_off_t)-1) in cdf_read()
349 if (FINFO_READ_FUNC(info->i_fd, buf, len) != (ssize_t)len) in cdf_read()
1583 if ((info.i_fd = open(argv[1], O_RDONLY)) == -1) in main()
1634 (void)close(info.i_fd); in main()
H A Dreadcdf.c547 info.i_fd = fd; in file_trycdf()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1116 if (info->i_fd == -1)
1119 - if (pread(info->i_fd, buf, len, off) != CAST(ssize_t, len))
1120 + if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (zend_off_t)-1)
1123 + if (FINFO_READ_FUNC(info->i_fd, buf, len) != (ssize_t)len)

Completed in 20 milliseconds