Searched refs:PHP_STREAM_AS_FD_FOR_SELECT (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/ext/standard/ |
H A D | streamsfuncs.c | 653 …if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (vo… in stream_array_to_fd_set() 693 …if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (vo… in stream_array_from_fd_set() 1652 if (php_stream_can_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT) == SUCCESS) { in PHP_FUNCTION() 1653 php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT, (void*)&fileno, 0); in PHP_FUNCTION() 1693 if (php_stream_can_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT) == SUCCESS) { in PHP_FUNCTION() 1694 php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT, (void*)&fileno, 0); in PHP_FUNCTION()
|
/PHP-8.2/main/streams/ |
H A D | cast.c | 200 if (ret && castas != PHP_STREAM_AS_FD_FOR_SELECT) { in _php_stream_cast()
|
H A D | userspace.c | 106 …REGISTER_LONG_CONSTANT("STREAM_CAST_FOR_SELECT", PHP_STREAM_AS_FD_FOR_SELECT, CONST_CS|CONST_PERS… in PHP_MINIT_FUNCTION() 1423 case PHP_STREAM_AS_FD_FOR_SELECT: in php_userstreamop_cast() 1424 ZVAL_LONG(&args[0], PHP_STREAM_AS_FD_FOR_SELECT); in php_userstreamop_cast()
|
H A D | xp_socket.c | 488 case PHP_STREAM_AS_FD_FOR_SELECT: in php_sockop_cast()
|
H A D | plain_wrapper.c | 629 case PHP_STREAM_AS_FD_FOR_SELECT: in php_stdiop_cast()
|
/PHP-8.2/ext/posix/ |
H A D | posix.c | 429 if (php_stream_can_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT) == SUCCESS) { in php_posix_stream_get_fd() 430 php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT, (void*)fd, 0); in php_posix_stream_get_fd()
|
/PHP-8.2/main/ |
H A D | php_streams.h | 505 #define PHP_STREAM_AS_FD_FOR_SELECT 3 macro
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2155 …SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)… 2187 …if (stream != NULL && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_…
|
/PHP-8.2/ext/openssl/ |
H A D | xp_ssl.c | 2674 case PHP_STREAM_AS_FD_FOR_SELECT: in php_openssl_sockop_cast()
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql.c | 4051 case PHP_STREAM_AS_FD_FOR_SELECT: in php_pgsql_fd_cast()
|
Completed in 78 milliseconds