Home
last modified time | relevance | path

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

/PHP-7.2/ext/zlib/
H A Dzlib_fopen_wrapper.c138 if (SUCCESS == php_stream_cast(innerstream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in php_stream_gzopen()
/PHP-7.2/ext/bz2/
H A Dbz2.c289 if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in _php_stream_bz2open()
464 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void *) &fd, REPORT_ERRORS)) { in PHP_FUNCTION()
/PHP-7.2/ext/standard/
H A Dstreamsfuncs.c1644 } else if (php_stream_can_cast(stream, PHP_STREAM_AS_FD) == SUCCESS) { in PHP_FUNCTION()
1645 php_stream_cast(stream, PHP_STREAM_AS_FD, (void*)&fileno, 0); in PHP_FUNCTION()
1689 else if (php_stream_can_cast(stream, PHP_STREAM_AS_FD) == SUCCESS) { in PHP_FUNCTION()
1690 php_stream_cast(stream, PHP_STREAM_AS_FD, (void*)&fileno, 0); in PHP_FUNCTION()
H A Dproc_open.c525 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, REPORT_ERRORS)) { in PHP_FUNCTION()
619 PHP_STREAM_CAST_RELEASE|PHP_STREAM_AS_FD, in PHP_FUNCTION()
/PHP-7.2/ext/posix/
H A Dposix.c778 } else if (php_stream_can_cast(stream, PHP_STREAM_AS_FD) == SUCCESS) { in php_posix_stream_get_fd()
779 php_stream_cast(stream, PHP_STREAM_AS_FD, (void*)fd, 0); in php_posix_stream_get_fd()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfuncs.c241 if (stream && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0)) { in file_buffer()
/PHP-7.2/main/
H A Dphp_streams.h481 #define PHP_STREAM_AS_FD 1 macro
/PHP-7.2/main/streams/
H A Dxp_socket.c470 case PHP_STREAM_AS_FD: in php_sockop_cast()
H A Dplain_wrapper.c582 case PHP_STREAM_AS_FD: in php_stdiop_cast()
/PHP-7.2/ext/dba/
H A Ddba.c955 if (SUCCESS != php_stream_cast(info->fp, PHP_STREAM_AS_FD, (void*)&info->fd, 1)) { in php_dba_open()
/PHP-7.2/
H A DREADME.STREAMS188 PHP_STREAM_AS_FD - a generic file descriptor
/PHP-7.2/ext/sockets/
H A Dconversions.c1367 if (php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&iarr[i - 1], in from_zval_write_fd_array_aux()
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c2534 case PHP_STREAM_AS_FD: in php_openssl_sockop_cast()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch2120 + if (stream && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0)) {
/PHP-7.2/ext/pgsql/
H A Dpgsql.c5431 case PHP_STREAM_AS_FD:

Completed in 151 milliseconds