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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DMacSocket.cpp126 EndpointRef mEndPointRef; member in struct:SocketStruct
366 if (inSocketNum >= 0 && inSocketNum < kMaxNumSockets && sSockets[inSocketNum].mEndPointRef != kOTInvalidEndpointRef)
406 ioSocket->mEndPointRef = kOTInvalidEndpointRef;
507 theSocketStruct->mEndPointRef = (EndpointRef) cookie;
575 ::OTRcvDisconnect(theSocketStruct->mEndPointRef,nil);
586 ::OTRcvOrderlyDisconnect(theSocketStruct->mEndPointRef);
654 if (theSocketStruct->mEndPointRef != kOTInvalidEndpointRef)
666 theOTResult = ::OTSndDisconnect(theSocketStruct->mEndPointRef, nil);
674 theOTResult = ::OTCloseProvider(theSocketStruct->mEndPointRef);
677 theSocketStruct->mEndPointRef
[all...]

Completed in 79 milliseconds