Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Duserspace_arginfo.h22 REGISTER_LONG_CONSTANT("STREAM_CAST_FOR_SELECT", PHP_STREAM_AS_FD_FOR_SELECT, CONST_PERSISTENT); in register_userspace_symbols()
H A Dcast.c193 if (ret && castas != PHP_STREAM_AS_FD_FOR_SELECT) { in _php_stream_cast()
H A Duserspace.c1399 case PHP_STREAM_AS_FD_FOR_SELECT: in php_userstreamop_cast()
1400 ZVAL_LONG(&args[0], PHP_STREAM_AS_FD_FOR_SELECT); in php_userstreamop_cast()
H A Dxp_socket.c514 case PHP_STREAM_AS_FD_FOR_SELECT: in php_sockop_cast()
H A Dplain_wrapper.c629 case PHP_STREAM_AS_FD_FOR_SELECT: in php_stdiop_cast()
/php-src/ext/standard/
H A Dstreamsfuncs.c649 …if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (vo… in stream_array_to_fd_set()
689 …if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (vo… in stream_array_from_fd_set()
1692 …if (php_stream_can_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL) == SUCCESS… in PHP_FUNCTION()
1693 …php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)&fileno, 0); in PHP_FUNCTION()
1737 …if (php_stream_can_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL) == SUCCESS… in PHP_FUNCTION()
1738 …php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)&fileno, 0); in PHP_FUNCTION()
/php-src/ext/posix/
H A Dposix.c433 …if (php_stream_can_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL) == SUCCESS… in php_posix_stream_get_fd()
434 php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)fd, 0); in php_posix_stream_get_fd()
/php-src/main/
H A Dphp_streams.h514 #define PHP_STREAM_AS_FD_FOR_SELECT 3 macro
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c2143 …SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)…
2175 …if (stream != NULL && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_…
/php-src/ext/openssl/
H A Dxp_ssl.c2674 case PHP_STREAM_AS_FD_FOR_SELECT: in php_openssl_sockop_cast()
/php-src/ext/pgsql/
H A Dpgsql.c4122 case PHP_STREAM_AS_FD_FOR_SELECT: in php_pgsql_fd_cast()

Completed in 58 milliseconds