Home
last modified time | relevance | path

Searched refs:theOTResult (Results 1 – 1 of 1) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DMacSocket.cpp439 OTResult theOTResult = noErr; in MyBusyWait() local
449 theOTResult = ioSocket->mAsyncOperationResult; in MyBusyWait()
456 theOTResult = (*(ioSocket->mIdleWaitCallback))(ioSocket->mUserRefPtr); in MyBusyWait()
458 if (theOTResult != noErr && returnImmediatelyOnError) in MyBusyWait()
466 theOTResult = kMacSocket_TimeoutErr; in MyBusyWait()
477 *outOTResult = theOTResult; in MyBusyWait()
656 OTResult theOTResult; in MacSocket_Shutdown() local
674 theOTResult = ::OTCloseProvider(theSocketStruct->mEndPointRef); in MacSocket_Shutdown()
741 OTResult theOTResult; in MacSocket_socket() local
757theOTResult = ::OTAsyncOpenEndpoint(OTCreateConfiguration(kTCPName),0,nil,OTNonYieldingNotifier,(v… in MacSocket_socket()
[all …]