Searched refs:PHP_STREAM_AS_FD (Results 1 – 15 of 15) sorted by relevance
/PHP-8.0/ext/zlib/ |
H A D | zlib_fopen_wrapper.c | 131 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 D | bz2.c | 226 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 D | streamsfuncs.c | 1630 } 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 D | proc_open.c | 789 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 D | posix.c | 498 } 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 D | funcs.c | 298 int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0); in file_buffer()
|
/PHP-8.0/main/ |
H A D | php_streams.h | 483 #define PHP_STREAM_AS_FD 1 macro
|
/PHP-8.0/main/streams/ |
H A D | xp_socket.c | 480 case PHP_STREAM_AS_FD: in php_sockop_cast()
|
H A D | plain_wrapper.c | 609 case PHP_STREAM_AS_FD: in php_stdiop_cast()
|
/PHP-8.0/ext/dba/ |
H A D | dba.c | 852 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 D | streams.md | 202 PHP_STREAM_AS_FD - a generic file descriptor
|
/PHP-8.0/ext/sockets/ |
H A D | conversions.c | 1375 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 D | xp_ssl.c | 2527 case PHP_STREAM_AS_FD: in php_openssl_sockop_cast()
|
/PHP-8.0/ext/pgsql/ |
H A D | pgsql.c | 4144 case PHP_STREAM_AS_FD: in php_pgsql_fd_cast()
|
/PHP-8.0/ext/fileinfo/ |
H A D | libmagic.patch | 2459 + int _ret = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&_fd, 0);
|
Completed in 89 milliseconds