Home
last modified time | relevance | path

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

/PHP-5.6/ext/zlib/
H A Dzlib_fopen_wrapper.c136 if (SUCCESS == php_stream_cast(innerstream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in php_stream_gzopen()
/PHP-5.6/ext/bz2/
H A Dbz2.c260 if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in _php_stream_bz2open()
444 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void *) &fd, REPORT_ERRORS)) { in PHP_FUNCTION()
/PHP-5.6/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.6/ext/standard/
H A Dproc_open.c564 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, REPORT_ERRORS)) { in PHP_FUNCTION()
658 PHP_STREAM_CAST_RELEASE|PHP_STREAM_AS_FD, in PHP_FUNCTION()
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfuncs.c225 if (stream && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0)) { in file_buffer()
/PHP-5.6/main/streams/
H A Dxp_socket.c447 case PHP_STREAM_AS_FD: in php_sockop_cast()
H A Dplain_wrapper.c546 case PHP_STREAM_AS_FD: in php_stdiop_cast()
/PHP-5.6/main/
H A Dphp_streams.h466 #define PHP_STREAM_AS_FD 1 macro
/PHP-5.6/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.6/
H A DREADME.STREAMS188 PHP_STREAM_AS_FD - a generic file descriptor
/PHP-5.6/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.6/ext/openssl/
H A Dxp_ssl.c2308 case PHP_STREAM_AS_FD: in php_openssl_sockop_cast()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch2015 + if (stream && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0)) {
/PHP-5.6/ext/pgsql/
H A Dpgsql.c5366 case PHP_STREAM_AS_FD:

Completed in 80 milliseconds