Searched refs:continue_async (Results 1 – 1 of 1) sorted by relevance
383 bool continue_async = WSAGetLastError() == WSAEWOULDBLOCK; in Connect() local385 bool continue_async = errno == EINPROGRESS; in Connect() local387 if (res && !continue_async) in Connect()