Searched refs:zend_fstat (Results 1 – 11 of 11) sorted by relevance
/PHP-7.3/Zend/ |
H A D | zend_stream.h | 86 # define zend_fstat _fstat64 macro 93 # define zend_fstat fstat
|
H A D | zend_stream.c | 64 if (handle && zend_fstat(fileno((FILE*)handle), &buf) == 0) { in zend_stream_stdio_fsizer() 113 if (file_handle->handle.fp && zend_fstat(fileno(file_handle->handle.fp), &buf) == 0) { in zend_stream_fsize()
|
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | buffer.c | 47 if (b->fd == -1 || zend_fstat(b->fd, &b->st) == -1) in buffer_init()
|
/PHP-7.3/ext/session/ |
H A D | mod_files.c | 206 …if (zend_fstat(data->fd, &sbuf) || (sbuf.st_uid != 0 && sbuf.st_uid != getuid() && sbuf.st_uid != … in ps_files_open() 487 if (zend_fstat(data->fd, &sbuf)) { in PS_READ_FUNC()
|
/PHP-7.3/ext/standard/ |
H A D | iptc.c | 220 zend_fstat(fileno(fp), &sb); in PHP_FUNCTION()
|
H A D | php_fopen_wrapper.c | 399 if (zend_fstat(fd, &st) == 0 && (st.st_mode & S_IFMT) == S_IFSOCK) { in php_stream_url_wrap_php()
|
H A D | streamsfuncs.c | 1665 …RETVAL_BOOL(zend_fstat(fileno, &stat) == 0 && (stat.st_mode & /*S_IFMT*/0170000) == /*S_IFCHR*/002… in PHP_FUNCTION()
|
/PHP-7.3/main/streams/ |
H A D | xp_socket.c | 241 return zend_fstat(sock->socket, &ssb->sb); in php_sockop_stat()
|
H A D | plain_wrapper.c | 160 r = zend_fstat(fd, &d->sb); in do_fstat()
|
/PHP-7.3/ext/opcache/ |
H A D | ZendAccelerator.c | 977 if (zend_fstat(file_handle->handle.fd, &statbuf) == -1) { in zend_get_file_handle_timestamp() 982 if (zend_fstat(fileno(file_handle->handle.fp), &statbuf) == -1) { in zend_get_file_handle_timestamp()
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 1332 + if (b->fd == -1 || zend_fstat(b->fd, &b->st) == -1)
|
Completed in 56 milliseconds