Home
last modified time | relevance | path

Searched refs:PHP_STREAM_OPTION_BLOCKING (Results 1 – 7 of 7) sorted by last modified time

/PHP-5.5/main/streams/
H A Duserspace.c100 …REGISTER_LONG_CONSTANT("STREAM_OPTION_BLOCKING", PHP_STREAM_OPTION_BLOCKING, CONST_CS|CONST_PERSI… in PHP_MINIT_FUNCTION()
1084 case PHP_STREAM_OPTION_BLOCKING: { in php_userstreamop_set_option()
1116 case PHP_STREAM_OPTION_BLOCKING: in php_userstreamop_set_option()
H A Dxp_socket.c303 case PHP_STREAM_OPTION_BLOCKING: in php_sockop_set_option()
H A Dplain_wrapper.c596 case PHP_STREAM_OPTION_BLOCKING: in php_stdiop_set_option()
/PHP-5.5/main/
H A Dphp_streams.h382 #define PHP_STREAM_OPTION_BLOCKING 1 macro
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c1366 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, block == 0 ? 0 : 1, NULL) == -1) { in PHP_FUNCTION()
/PHP-5.5/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.5/ext/mysqlnd/
H A Dmysqlnd_net.c814 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD()

Completed in 30 milliseconds