Home
last modified time | relevance | path

Searched refs:asynchronous (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/main/
H A Dnetwork.c311 int asynchronous, argument
339 if (asynchronous && error == EINPROGRESS) {
378 if (!asynchronous) {
395 if (asynchronous) {
769 int socktype, int asynchronous, struct timeval *timeout, char **error_string, argument
886 n = php_network_connect_socket(sock, sa, socklen, asynchronous,
H A Dphp_network.h231 int socktype, int asynchronous, struct timeval *timeout, char **error_string,
238 int asynchronous,
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt2 #48182,ssl handshake fails during asynchronous socket connection
/PHP-5.5/main/streams/
H A Dphp_stream_transport.h69 int asynchronous,
H A Dtransports.c226 int asynchronous, in php_stream_xport_connect() argument
236 param.op = asynchronous ? STREAM_XPORT_OP_CONNECT_ASYNC: STREAM_XPORT_OP_CONNECT; in php_stream_xport_connect()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt31 // Sleep 0.1s - the asynchronous query should have been processed after the wait period
40 // Yes, 1 - the asynchronous query should have been processed
/PHP-5.5/
H A DNEWS5641 - Fixed bug #48182 (ssl handshake fails during asynchronous socket connection).

Completed in 83 milliseconds