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      769 main/network.c 		int socktype, int asynchronous, struct timeval *timeout, char **error_string,
asynchronous      886 main/network.c 			n = php_network_connect_socket(sock, sa, socklen, asynchronous,
asynchronous      231 main/php_network.h 		int socktype, int asynchronous, struct timeval *timeout, char **error_string,
asynchronous      238 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;