Home
last modified time | relevance | path

Searched refs:fdopen (Results 1 – 13 of 13) sorted by relevance

/PHP-7.0/ext/zip/lib/
H A Dzip_fdopen.c63 if ((fp=fdopen(fd, "rb")) == NULL) { in zip_fdopen()
H A Dzip_source_filep.c198 if ((tfp=fdopen(tfd, "r+b")) == NULL) { in create_temp_output()
H A Dzipint.h93 #define fdopen _fdopen macro
/PHP-7.0/ext/standard/tests/file/
H A Dbug53241.phpt2 Bug #53241 (stream casting that relies on fdopen/fopencookie fails with 'xb' mode)
/PHP-7.0/main/
H A Dphp_open_temporary_file.c298 fp = fdopen(fd, "r+b"); in php_open_temporary_file()
/PHP-7.0/TSRM/
H A Dtsrm_nw.c202 stream = fdopen(pipe_handle, type);
/PHP-7.0/Zend/
H A Dzend_stream.c194 file_handle->handle.fp = fdopen(file_handle->handle.fd, "rb");
/PHP-7.0/
H A DREADME.STREAMS191 If you ask a socket stream for a FILE*, the abstraction will use fdopen to
284 The mode parameter is passed on to fdopen/fopencookie when the stream is cast
/PHP-7.0/main/streams/
H A Dxp_socket.c463 *(FILE**)ret = fdopen(sock->socket, stream->mode); in php_sockop_cast()
H A Dplain_wrapper.c555 data->file = fdopen(data->fd, fixed_mode); in php_stdiop_cast()
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c2384 file_handle.handle.fp = fdopen(file_handle.handle.fd, "rb");
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.c1199 *stream = fdopen(*socket, "r+"); in phpdbg_remote_init()
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c2485 *ret = fdopen(sslsock->s.socket, stream->mode); in php_openssl_sockop_cast()

Completed in 2915 milliseconds