Home
last modified time | relevance | path

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

/php-src/ext/openssl/tests/
H A Dbug48182.phpt2 Bug #48182: ssl handshake fails during asynchronous socket connection
/php-src/main/
H A Dphp_network.h267 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
274 int asynchronous,
H A Dnetwork.c299 int asynchronous, argument
326 if (asynchronous && error == EINPROGRESS) {
365 if (!asynchronous) {
768 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string, argument
900 n = php_network_connect_socket(sock, sa, socklen, asynchronous,
/php-src/main/streams/
H A Dphp_stream_transport.h66 int asynchronous,
H A Dtransports.c231 int asynchronous, in php_stream_xport_connect() argument
241 param.op = asynchronous ? STREAM_XPORT_OP_CONNECT_ASYNC: STREAM_XPORT_OP_CONNECT; in php_stream_xport_connect()
/php-src/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt27 // Sleep 0.1s - the asynchronous query should have been processed after the wait period
36 // Yes, 1 - the asynchronous query should have been processed

Completed in 17 milliseconds