Searched refs:IsBlockingError (Results 1 – 3 of 3) sorted by relevance
123 inline bool IsBlockingError(int e) { in IsBlockingError() function161 inline bool IsBlocking() const { return IsBlockingError(GetError()); } in IsBlocking()
211 } else if (IsBlockingError(GetError())) { in DoConnect()281 if ((sent < 0) && IsBlockingError(GetError())) { in Send()305 if ((sent < 0) && IsBlockingError(GetError())) { in SendTo()327 bool success = (received >= 0) || IsBlockingError(error); in Recv()349 bool success = (received >= 0) || IsBlockingError(error); in RecvFrom()
86 } else if (!IsBlockingError(socket_->GetError())) { in OnProxyDetectionComplete()