Home
last modified time | relevance | path

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

/PHP-5.6/main/streams/
H A Duserspace.c100 …REGISTER_LONG_CONSTANT("STREAM_OPTION_BLOCKING", PHP_STREAM_OPTION_BLOCKING, CONST_CS|CONST_PERSI… in PHP_MINIT_FUNCTION()
1090 case PHP_STREAM_OPTION_BLOCKING: { in php_userstreamop_set_option()
1122 case PHP_STREAM_OPTION_BLOCKING: in php_userstreamop_set_option()
H A Dxp_socket.c324 case PHP_STREAM_OPTION_BLOCKING: in php_sockop_set_option()
H A Dplain_wrapper.c590 case PHP_STREAM_OPTION_BLOCKING: in php_stdiop_set_option()
/PHP-5.6/main/
H A Dphp_streams.h382 #define PHP_STREAM_OPTION_BLOCKING 1 macro
/PHP-5.6/ext/sockets/
H A Dsockets.c978 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, 0,
1017 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, 1,
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_net.c863 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD()
/PHP-5.6/ext/standard/
H A Dstreamsfuncs.c1357 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, block == 0 ? 0 : 1, NULL) == -1) { in PHP_FUNCTION()
/PHP-5.6/ext/pgsql/
H A Dpgsql.c5352 case PHP_STREAM_OPTION_BLOCKING:

Completed in 56 milliseconds