Searched refs:blocking (Results 1 – 25 of 26) sorted by relevance
12
/PHP-5.6/ext/standard/tests/streams/ |
H A D | stream_get_meta_data_socket_variation3.phpt | 20 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 D | stream_get_line_nb.phpt | 2 stream_get_line() on non-blocking stream 13 * Tests that stream_get_line() behaves as documented on non-blocking streams:
|
/PHP-5.6/ext/sockets/tests/ |
H A D | socket_cmsg_credentials.phpt | 29 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode"); 36 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
|
H A D | socket_cmsg_rights.phpt | 29 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode"); 36 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
|
H A D | socket_abstract_path_sendmsg.phpt | 20 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
|
H A D | socket_abstract_path.phpt | 22 socket_set_nonblock($servers) or die("Could not put in non-blocking mode");
|
H A D | socket_recvmsg.phpt | 28 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
|
H A D | mcast_ipv4_recv.phpt | 84 echo "blocking source\n"; 175 blocking source
|
H A D | socket_import_stream-4.phpt | 82 Warning: socket_set_block(): unable to set blocking mode [%d]: %s in %s on line %d
|
H A D | socket_sendrecvmsg_multi_msg.phpt | 32 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
|
H A D | mcast_ipv6_recv.phpt | 111 echo "blocking source\n"; 204 blocking source
|
H A D | socket_sendrecvmsg_multi_msg-win32.phpt | 26 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
|
H A D | socket_import_stream-4-win.phpt | 83 Warning: socket_set_block(): unable to set blocking mode [%d]: An operation was attempted on someth…
|
/PHP-5.6/ext/sysvmsg/ |
H A D | sysvmsg.c | 53 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.6/ext/pgsql/tests/ |
H A D | 29nb_async_connect.phpt | 2 PostgreSQL non-blocking async connect
|
H A D | 30nb_async_query_params.phpt | 2 PostgreSQL non-blocking async query params
|
H A D | 32nb_async_query.phpt | 2 PostgreSQL non-blocking async queries
|
H A D | 31nb_async_query_prepared.phpt | 2 PostgreSQL non-blocking async prepared queries
|
/PHP-5.6/ext/sockets/ |
H A D | php_sockets.h | 61 int blocking; member
|
H A D | sockets.c | 394 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.6/ |
H A D | UPGRADING | 165 - Non-blocking read/write query behavior now optionally available in database 263 socket stream underlying a database connection is set to non-blocking mode: 311 Added pg_socket($connection) to allow async connections and non-blocking IO 313 Added pg_consume_input($connection) for non-blocking query result consumption 314 Added pg_flush($connection) for non-blocking query write completion 391 stream_set_blocking() on its result enables non-blocking behavior.
|
H A D | NEWS | 2270 . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads) 2389 establishing asynchronous connections and executing queries in non-blocking 2395 non-blocking reads/writes to underlying connection sockets. (Daniel Lowrey) 5795 . On blocking SSL sockets respect the timeout option where possible. 6373 . Fixed possible blocking behavior in openssl_random_pseudo_bytes on Windows. 7984 - Fixed bug #47893 (CLI aborts on non blocking stdout). (Arnaud) 8205 - Fixed stream_get_line() to behave as documented on non-blocking streams. 9084 - Fixed bug #41236 (Regression in timeout handling of non-blocking SSL 10568 - Fixed bug #35062 (socket_read() produces warnings on non blocking sockets). 10862 - Fixed bug #35079 (stream_set_blocking(true) toggles, not enables blocking). [all …]
|
/PHP-5.6/sapi/thttpd/ |
H A D | README | 23 - Fix for non-blocking sending of thttpd-generated responses
|
/PHP-5.6/ext/pgsql/ |
H A D | README | 71 WIN32_NON_BLOCKING_CONNECTIONS, non-blocking connection will block. 100 pg_exec() is a blocking function.
|
/PHP-5.6/ext/fileinfo/ |
H A D | libmagic.patch | 2435 +/* we should be already be in non blocking mode for network socket */
|
Completed in 100 milliseconds
12