Home
last modified time | relevance | path

Searched refs:PHP_STREAM_OPTION_BLOCKING (Results 1 – 9 of 9) sorted by relevance

/php-src/main/streams/
H A Duserspace_arginfo.h14 REGISTER_LONG_CONSTANT("STREAM_OPTION_BLOCKING", PHP_STREAM_OPTION_BLOCKING, CONST_PERSISTENT); in register_userspace_symbols()
H A Duserspace.c976 case PHP_STREAM_OPTION_BLOCKING: { in php_userstreamop_set_option()
1000 case PHP_STREAM_OPTION_BLOCKING: in php_userstreamop_set_option()
H A Dxp_socket.c392 case PHP_STREAM_OPTION_BLOCKING: in php_sockop_set_option()
H A Dplain_wrapper.c684 case PHP_STREAM_OPTION_BLOCKING: in php_stdiop_set_option()
/php-src/main/
H A Dphp_streams.h415 #define PHP_STREAM_OPTION_BLOCKING 1 macro
/php-src/ext/mysqlnd/
H A Dmysqlnd_vio.c468 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD()
/php-src/ext/sockets/
H A Dsockets.c706 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, 0,
744 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, 1,
/php-src/ext/standard/
H A Dstreamsfuncs.c1404 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, block, NULL) == -1) { in PHP_FUNCTION()
/php-src/ext/pgsql/
H A Dpgsql.c4109 case PHP_STREAM_OPTION_BLOCKING: in php_pgsql_fd_set_option()

Completed in 51 milliseconds