Home
last modified time | relevance | path

Searched refs:zend_fstat (Results 1 – 9 of 9) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_stream.h88 # define zend_fstat _fstat64 macro
95 # define zend_fstat fstat
H A Dzend_stream.c67 if (handle && zend_fstat(fileno((FILE*)handle), &buf) == 0) { in zend_stream_stdio_fsizer()
116 if (file_handle->handle.fp && zend_fstat(fileno(file_handle->handle.fp), &buf) == 0) { in zend_stream_fsize()
/PHP-7.0/ext/session/
H A Dmod_files.c206 …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.0/ext/standard/
H A Diptc.c219 zend_fstat(fileno(fp), &sb); in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c402 if (zend_fstat(fd, &st) == 0 && (st.st_mode & S_IFMT) == S_IFSOCK) { in php_stream_url_wrap_php()
/PHP-7.0/
H A DUPGRADING.INTERNALS73 zend_fstat - portable fstat equivalent
103 fstat, _fstat64 zend_fstat for use with zend_stat_t
/PHP-7.0/main/streams/
H A Dxp_socket.c243 return zend_fstat(sock->socket, &ssb->sb); in php_sockop_stat()
H A Dplain_wrapper.c160 r = zend_fstat(fd, &d->sb); in do_fstat()
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c821 if (zend_fstat(file_handle->handle.fd, &statbuf) == -1) { in zend_get_file_handle_timestamp()
826 if (zend_fstat(fileno(file_handle->handle.fp), &statbuf) == -1) { in zend_get_file_handle_timestamp()

Completed in 48 milliseconds