Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Duserspace.c98 …REGISTER_LONG_CONSTANT("STREAM_OPTION_BLOCKING", PHP_STREAM_OPTION_BLOCKING, CONST_CS|CONST_PERSI… in PHP_MINIT_FUNCTION()
1049 case PHP_STREAM_OPTION_BLOCKING: { in php_userstreamop_set_option()
1073 case PHP_STREAM_OPTION_BLOCKING: in php_userstreamop_set_option()
H A Dxp_socket.c356 case PHP_STREAM_OPTION_BLOCKING: in php_sockop_set_option()
H A Dplain_wrapper.c647 case PHP_STREAM_OPTION_BLOCKING: in php_stdiop_set_option()
/PHP-7.4/main/
H A Dphp_streams.h395 #define PHP_STREAM_OPTION_BLOCKING 1 macro
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_vio.c447 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD()
/PHP-7.4/ext/sockets/
H A Dsockets.c1101 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, 0,
1141 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, 1,
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c1335 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, block, NULL) == -1) { in PHP_FUNCTION()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5406 case PHP_STREAM_OPTION_BLOCKING:

Completed in 48 milliseconds