Home
last modified time | relevance | path

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

/PHP-7.2/main/streams/
H A Duserspace.c100 …REGISTER_LONG_CONSTANT("STREAM_OPTION_BLOCKING", PHP_STREAM_OPTION_BLOCKING, CONST_CS|CONST_PERSI… in PHP_MINIT_FUNCTION()
1037 case PHP_STREAM_OPTION_BLOCKING: { in php_userstreamop_set_option()
1061 case PHP_STREAM_OPTION_BLOCKING: in php_userstreamop_set_option()
H A Dxp_socket.c346 case PHP_STREAM_OPTION_BLOCKING: in php_sockop_set_option()
H A Dplain_wrapper.c627 case PHP_STREAM_OPTION_BLOCKING: in php_stdiop_set_option()
/PHP-7.2/main/
H A Dphp_streams.h395 #define PHP_STREAM_OPTION_BLOCKING 1 macro
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_vio.c447 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD()
H A Dmysqlnd_net.c861 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD()
/PHP-7.2/ext/sockets/
H A Dsockets.c1053 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, 0,
1093 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, 1,
/PHP-7.2/ext/standard/
H A Dstreamsfuncs.c1346 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, block, NULL) == -1) { in PHP_FUNCTION()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c5416 case PHP_STREAM_OPTION_BLOCKING:

Completed in 66 milliseconds