Home
last modified time | relevance | path

Searched refs:PHP_STREAM_AS_FD_FOR_SELECT (Results 1 – 10 of 10) sorted by relevance

/PHP-7.1/main/streams/
H A Dcast.c197 if (ret && castas != PHP_STREAM_AS_FD_FOR_SELECT) { in _php_stream_cast()
H A Duserspace.c110 …REGISTER_LONG_CONSTANT("STREAM_CAST_FOR_SELECT", PHP_STREAM_AS_FD_FOR_SELECT, CONST_CS|CONST_PERS… in PHP_MINIT_FUNCTION()
1507 case PHP_STREAM_AS_FD_FOR_SELECT: in php_userstreamop_cast()
1508 ZVAL_LONG(&args[0], PHP_STREAM_AS_FD_FOR_SELECT); in php_userstreamop_cast()
H A Dxp_socket.c469 case PHP_STREAM_AS_FD_FOR_SELECT: in php_sockop_cast()
H A Dplain_wrapper.c572 case PHP_STREAM_AS_FD_FOR_SELECT: in php_stdiop_cast()
/PHP-7.1/ext/posix/
H A Dposix.c770 if (php_stream_can_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT) == SUCCESS) { in php_posix_stream_get_fd()
771 php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT, (void*)fd, 0); in php_posix_stream_get_fd()
/PHP-7.1/ext/standard/
H A Dstreamsfuncs.c613 …if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (vo… in stream_array_to_fd_set()
653 …if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (vo… in stream_array_from_fd_set()
/PHP-7.1/main/
H A Dphp_streams.h481 #define PHP_STREAM_AS_FD_FOR_SELECT 3 macro
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_connection.c2553 …SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)…
2585 …if (stream != NULL && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_…
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c2446 case PHP_STREAM_AS_FD_FOR_SELECT: in php_openssl_sockop_cast()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c5424 case PHP_STREAM_AS_FD_FOR_SELECT:

Completed in 77 milliseconds