Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_stream.h89 # define zend_fstat php_win32_ioutil_fstat macro
96 # define zend_fstat fstat
H A Dzend_stream.c43 if (handle && zend_fstat(fileno((FILE*)handle), &buf) == 0) { in zend_stream_stdio_fsizer()
/php-src/ext/fileinfo/libmagic/
H A Dbuffer.c48 else if (b->fd == -1 || zend_fstat(b->fd, &b->st) == -1) in buffer_init()
/php-src/ext/session/
H A Dmod_files.c202 …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-src/ext/standard/
H A Diptc.c206 if (zend_fstat(fileno(fp), &sb) != 0) { in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c397 if (zend_fstat(fd, &st) == 0 && (st.st_mode & S_IFMT) == S_IFSOCK) { in php_stream_url_wrap_php()
H A Dstreamsfuncs.c1709 …RETVAL_BOOL(zend_fstat(fileno, &stat) == 0 && (stat.st_mode & /*S_IFMT*/0170000) == /*S_IFCHR*/002… in PHP_FUNCTION()
/php-src/main/streams/
H A Dxp_socket.c271 return zend_fstat(sock->socket, &ssb->sb); in php_sockop_stat()
H A Dplain_wrapper.c169 r = zend_fstat(fd, &d->sb); in do_fstat()
/php-src/ext/opcache/
H A DZendAccelerator.c1040 if (zend_fstat(fileno(file_handle->handle.fp), &statbuf) == -1) { in zend_get_file_handle_timestamp()
/php-src/ext/fileinfo/
H A Dlibmagic.patch936 + else if (b->fd == -1 || zend_fstat(b->fd, &b->st) == -1)

Completed in 51 milliseconds