Home
last modified time | relevance | path

Searched refs:sread (Results 1 – 3 of 3) sorted by relevance

/PHP-8.4/ext/fileinfo/libmagic/
H A Dcompress.c411 sread(int fd, void *buf, size_t n, int canbepipe __attribute__((__unused__))) in sread() function
526 while ((r = sread(fd, buf, sizeof(buf), 1)) > 0) in file_pipe2file()
1168 r = sread(fdp[STDOUT_FILENO][0], *newch, bytes_max, 0); in uncompressbuf()
1186 if ((re = sread(fdp[STDERR_FILENO][0], *newch, bytes_max, 0)) > 0) { in uncompressbuf()
H A Dfile.h580 file_protected ssize_t sread(int, void *, size_t, int);
/PHP-8.4/ext/fileinfo/
H A Dlibmagic.patch2635 - while ((r = sread(fd, RCAST(void *, &buf[nbytes]),

Completed in 16 milliseconds