Home
last modified time | relevance | path

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

/PHP-8.0/ext/zlib/
H A Dzlib_fopen_wrapper.c131 if (SUCCESS == php_stream_cast(innerstream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in php_stream_gzopen()
/PHP-8.0/ext/bz2/
H A Dbz2.c226 if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in _php_stream_bz2open()
401 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void *) &fd, REPORT_ERRORS)) { in PHP_FUNCTION()
/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c1630 } else if (php_stream_can_cast(stream, PHP_STREAM_AS_FD) == SUCCESS) { in PHP_FUNCTION()
1631 php_stream_cast(stream, PHP_STREAM_AS_FD, (void*)&fileno, 0); in PHP_FUNCTION()
1672 else if (php_stream_can_cast(stream, PHP_STREAM_AS_FD) == SUCCESS) { in PHP_FUNCTION()
1673 php_stream_cast(stream, PHP_STREAM_AS_FD, (void*)&fileno, 0); in PHP_FUNCTION()
H A Dproc_open.c789 if (php_stream_cast(stream, PHP_STREAM_CAST_RELEASE|PHP_STREAM_AS_FD, (void **)&fd, in set_proc_descriptor_to_file()
935 int status = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, REPORT_ERRORS); in set_proc_descriptor_from_resource()
/PHP-8.0/ext/posix/
H A Dposix.c498 } else if (php_stream_can_cast(stream, PHP_STREAM_AS_FD) == SUCCESS) { in php_posix_stream_get_fd()
499 php_stream_cast(stream, PHP_STREAM_AS_FD, (void*)fd, 0); in php_posix_stream_get_fd()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dfuncs.c298 int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0); in file_buffer()
/PHP-8.0/main/
H A Dphp_streams.h483 #define PHP_STREAM_AS_FD 1 macro
/PHP-8.0/main/streams/
H A Dxp_socket.c480 case PHP_STREAM_AS_FD: in php_sockop_cast()
H A Dplain_wrapper.c609 case PHP_STREAM_AS_FD: in php_stdiop_cast()
/PHP-8.0/ext/dba/
H A Ddba.c852 if (SUCCESS != php_stream_cast(info->fp, PHP_STREAM_AS_FD, (void*)&info->fd, 1)) { in php_dba_open()
/PHP-8.0/docs/
H A Dstreams.md202 PHP_STREAM_AS_FD - a generic file descriptor
/PHP-8.0/ext/sockets/
H A Dconversions.c1375 if (php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&iarr[i - 1], REPORT_ERRORS) == FAILURE) { in from_zval_write_fd_array_aux()
/PHP-8.0/ext/openssl/
H A Dxp_ssl.c2527 case PHP_STREAM_AS_FD: in php_openssl_sockop_cast()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c4144 case PHP_STREAM_AS_FD: in php_pgsql_fd_cast()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch2459 + int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0);

Completed in 89 milliseconds