Home
last modified time | relevance | path

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

/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c134 if (SUCCESS == php_stream_cast(innerstream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in php_stream_gzopen()
/PHP-5.5/ext/bz2/
H A Dbz2.c259 if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in _php_stream_bz2open()
443 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void *) &fd, REPORT_ERRORS)) { in PHP_FUNCTION()
/PHP-5.5/ext/posix/
H A Dposix.c708 } else if (php_stream_can_cast(stream, PHP_STREAM_AS_FD) == SUCCESS) { in php_posix_stream_get_fd()
709 php_stream_cast(stream, PHP_STREAM_AS_FD, (void*)fd, 0); in php_posix_stream_get_fd()
/PHP-5.5/ext/standard/
H A Dproc_open.c563 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, REPORT_ERRORS)) { in PHP_FUNCTION()
657 PHP_STREAM_CAST_RELEASE|PHP_STREAM_AS_FD, in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c227 if (stream && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0)) { in file_buffer()
/PHP-5.5/main/
H A Dphp_streams.h466 #define PHP_STREAM_AS_FD 1 macro
/PHP-5.5/main/streams/
H A Dxp_socket.c426 case PHP_STREAM_AS_FD: in php_sockop_cast()
H A Dplain_wrapper.c552 case PHP_STREAM_AS_FD: in php_stdiop_cast()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c969 case PHP_STREAM_AS_FD: in php_openssl_sockop_cast()
/PHP-5.5/ext/dba/
H A Ddba.c910 if (SUCCESS != php_stream_cast(info->fp, PHP_STREAM_AS_FD, (void*)&info->fd, 1)) { in php_dba_open()
/PHP-5.5/
H A DREADME.STREAMS188 PHP_STREAM_AS_FD - a generic file descriptor
/PHP-5.5/ext/sockets/
H A Dconversions.c1400 if (php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&iarr[i - 1], in from_zval_write_fd_array_aux()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2065 + if (stream && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0)) {

Completed in 84 milliseconds