Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 21 of 21) sorted by relevance

/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation3.phpt20 echo "\n\nSet blocking to false:\n";
24 echo "\n\nSet blocking to true:\n";
52 Set blocking to false:
72 Set blocking to true:
H A Dstream_get_line_nb.phpt2 stream_get_line() on non-blocking stream
13 * Tests that stream_get_line() behaves as documented on non-blocking streams:
/PHP-5.5/ext/sockets/tests/
H A Dsocket_cmsg_credentials.phpt26 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
33 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_cmsg_rights.phpt26 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
33 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
H A Dsocket_abstract_path_sendmsg.phpt20 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_abstract_path.phpt22 socket_set_nonblock($servers) or die("Could not put in non-blocking mode");
H A Dsocket_recvmsg.phpt28 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dmcast_ipv4_recv.phpt84 echo "blocking source\n";
175 blocking source
H A Dsocket_import_stream-4.phpt82 Warning: socket_set_block(): unable to set blocking mode [%d]: %s in %s on line %d
H A Dsocket_sendrecvmsg_multi_msg.phpt32 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dmcast_ipv6_recv.phpt111 echo "blocking source\n";
204 blocking source
H A Dsocket_sendrecvmsg_multi_msg-win32.phpt26 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_import_stream-4-win.phpt83 Warning: socket_set_block(): unable to set blocking mode [%d]: An operation was attempted on someth…
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c53 ZEND_ARG_INFO(0, blocking)
393 zend_bool do_serialize = 1, blocking = 1; in PHP_FUNCTION() local
402 &queue, &msgtype, &message, &do_serialize, &blocking, &zerror) == FAILURE) { in PHP_FUNCTION()
455 result = msgsnd(mq->id, messagebuffer, message_len, blocking ? 0 : IPC_NOWAIT); in PHP_FUNCTION()
/PHP-5.5/ext/sockets/
H A Dphp_sockets.h61 int blocking; member
H A Dsockets.c394 php_sock->blocking = 1; in php_create_socket()
438 sock->blocking = 1;
481 out_sock->blocking = 1;
505 nonblock = !sock->blocking;
930 php_sock->blocking = 1;
980 php_sock->blocking = 0;
987 php_sock->blocking = 0;
1026 php_sock->blocking = 1;
1368 php_sock->blocking = 1;
2288 retsock->blocking =
[all …]
/PHP-5.5/sapi/thttpd/
H A DREADME23 - Fix for non-blocking sending of thttpd-generated responses
/PHP-5.5/ext/pgsql/
H A DREADME71 WIN32_NON_BLOCKING_CONNECTIONS, non-blocking connection will block.
100 pg_exec() is a blocking function.
/PHP-5.5/
H A DNEWS930 . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).
4217 . On blocking SSL sockets respect the timeout option where possible.
4795 . Fixed possible blocking behavior in openssl_random_pseudo_bytes on Windows.
6406 - Fixed bug #47893 (CLI aborts on non blocking stdout). (Arnaud)
6627 - Fixed stream_get_line() to behave as documented on non-blocking streams.
7506 - Fixed bug #41236 (Regression in timeout handling of non-blocking SSL
8990 - Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).
9284 - Fixed bug #35079 (stream_set_blocking(true) toggles, not enables blocking).
9673 - Fixed bug #31363 (broken non-blocking flock()). (ian at snork dot net)
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2483 +/* we should be already be in non blocking mode for network socket */
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog906 blocking (*UTF) etc.

Completed in 70 milliseconds