Searched refs:zend_fstat (Results 1 – 11 of 11) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_stream.h | 89 # define zend_fstat php_win32_ioutil_fstat macro 96 # define zend_fstat fstat
|
H A D | zend_stream.c | 43 if (handle && zend_fstat(fileno((FILE*)handle), &buf) == 0) { in zend_stream_stdio_fsizer()
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | buffer.c | 50 else if (b->fd == -1 || zend_fstat(b->fd, &b->st) == -1) in buffer_init()
|
/PHP-8.2/ext/session/ |
H A D | mod_files.c | 202 …if (zend_fstat(data->fd, &sbuf) || (sbuf.st_uid != 0 && sbuf.st_uid != getuid() && sbuf.st_uid != … in ps_files_open() 478 if (zend_fstat(data->fd, &sbuf)) { in PS_READ_FUNC()
|
/PHP-8.2/ext/standard/ |
H A D | iptc.c | 206 if (zend_fstat(fileno(fp), &sb) != 0) { in PHP_FUNCTION()
|
H A D | php_fopen_wrapper.c | 397 if (zend_fstat(fd, &st) == 0 && (st.st_mode & S_IFMT) == S_IFSOCK) { in php_stream_url_wrap_php()
|
H A D | streamsfuncs.c | 1669 …RETVAL_BOOL(zend_fstat(fileno, &stat) == 0 && (stat.st_mode & /*S_IFMT*/0170000) == /*S_IFCHR*/002… in PHP_FUNCTION()
|
/PHP-8.2/main/streams/ |
H A D | xp_socket.c | 249 return zend_fstat(sock->socket, &ssb->sb); in php_sockop_stat()
|
H A D | plain_wrapper.c | 169 r = zend_fstat(fd, &d->sb); in do_fstat()
|
/PHP-8.2/ext/opcache/ |
H A D | ZendAccelerator.c | 1046 if (zend_fstat(fileno(file_handle->handle.fp), &statbuf) == -1) { in zend_get_file_handle_timestamp()
|
/PHP-8.2/ext/fileinfo/ |
H A D | libmagic.patch | 1011 + else if (b->fd == -1 || zend_fstat(b->fd, &b->st) == -1)
|
Completed in 53 milliseconds