asynchronous      311 main/network.c 		int asynchronous,
asynchronous      339 main/network.c 		if (asynchronous && error == EINPROGRESS) {
asynchronous      378 main/network.c 	if (!asynchronous) {
asynchronous      395 main/network.c 	if (asynchronous) {
asynchronous      780 main/network.c 		int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
asynchronous      906 main/network.c 			n = php_network_connect_socket(sock, sa, socklen, asynchronous,
asynchronous      239 main/php_network.h 		int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
asynchronous      246 main/php_network.h 		int asynchronous,
asynchronous       69 main/streams/php_stream_transport.h 		int asynchronous,
asynchronous      226 main/streams/transports.c 		int asynchronous,
asynchronous      236 main/streams/transports.c 	param.op = asynchronous ? STREAM_XPORT_OP_CONNECT_ASYNC: STREAM_XPORT_OP_CONNECT;