Searched refs:kMacSocket_TimeoutErr (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/MacOS/GetHTTPS.src/
H A DMacSocket.h12 kMacSocket_TimeoutErr = -2 enumerator in enum:__anon1106
H A DMacSocket.cpp466 theOTResult = kMacSocket_TimeoutErr;
1020 if (theOTResult == kMacSocket_TimeoutErr)
1022 SetErrorMessageAndBail("MacSocket_connect: Can't connect OT endpoint, OTConnect() = kMacSocket_TimeoutErr");
1239 SetErrorCodeAndMessageAndBail(kMacSocket_TimeoutErr,"MacSocket_recv: Receive operation timed-out");
1350 SetErrorCodeAndMessageAndBail(kMacSocket_TimeoutErr,"MacSocket_send: Send timed-out")

Completed in 20 milliseconds