Searched refs:asynchronous (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/ext/openssl/tests/ |
H A D | bug48182.phpt | 2 Bug #48182: ssl handshake fails during asynchronous socket connection
|
/PHP-7.0/main/ |
H A D | php_network.h | 247 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string, 254 int asynchronous,
|
H A D | network.c | 312 int asynchronous, argument 340 if (asynchronous && error == EINPROGRESS) { 379 if (!asynchronous) { 396 if (asynchronous) { 781 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string, argument 907 n = php_network_connect_socket(sock, sa, socklen, asynchronous,
|
/PHP-7.0/main/streams/ |
H A D | php_stream_transport.h | 69 int asynchronous,
|
H A D | transports.c | 226 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-7.0/ext/mysqli/tests/ |
H A D | mysqli_poll_kill.phpt | 31 // Sleep 0.1s - the asynchronous query should have been processed after the wait period 40 // Yes, 1 - the asynchronous query should have been processed
|
Completed in 23 milliseconds