Home
last modified time | relevance | path

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

/PHP-5.4/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.4/ext/sockets/
H A Dphp_sockets.h52 int blocking; member
H A Dsockets.c403 php_sock->blocking = 1; in php_create_socket()
447 sock->blocking = 1;
490 out_sock->blocking = 1;
514 nonblock = !sock->blocking;
1115 php_sock->blocking = 1;
1165 php_sock->blocking = 0;
1172 php_sock->blocking = 0;
1211 php_sock->blocking = 1;
1553 php_sock->blocking = 1;
2602 retsock->blocking =
[all …]
/PHP-5.4/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.4/ext/sockets/tests/
H A Dmcast_ipv4_recv.phpt84 echo "blocking source\n";
175 blocking source
H A Dmcast_ipv6_recv.phpt111 echo "blocking source\n";
204 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_import_stream-4-win.phpt83 Warning: socket_set_block(): unable to set blocking mode [%d]: An operation was attempted on someth…
/PHP-5.4/sapi/thttpd/
H A DREADME23 - Fix for non-blocking sending of thttpd-generated responses
/PHP-5.4/ext/pgsql/
H A DREADME71 WIN32_NON_BLOCKING_CONNECTIONS, non-blocking connection will block.
100 pg_exec() is a blocking function.
/PHP-5.4/
H A DUPGRADING43 This provides non-blocking entropy to session id generation. If you
H A DNEWS314 . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).
3028 . On blocking SSL sockets respect the timeout option where possible.
3606 . Fixed possible blocking behavior in openssl_random_pseudo_bytes on Windows.
5217 - Fixed bug #47893 (CLI aborts on non blocking stdout). (Arnaud)
5438 - Fixed stream_get_line() to behave as documented on non-blocking streams.
6317 - Fixed bug #41236 (Regression in timeout handling of non-blocking SSL
7801 - Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).
8095 - Fixed bug #35079 (stream_set_blocking(true) toggles, not enables blocking).
8484 - Fixed bug #31363 (broken non-blocking flock()). (ian at snork dot net)
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch2483 +/* we should be already be in non blocking mode for network socket */
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog730 blocking (*UTF) etc.

Completed in 61 milliseconds