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

/barrelfish-master/lib/openssl-1.0.0d/MacOS/GetHTTPS.src/
H A DMacSocket.h43 OSErr MacSocket_connect(const int inSocketNum,char *inTargetAddressAndPort);
H A DGetHTTPS.cpp102 BailIfError(errCode = MacSocket_connect(theSocket,tempString));
H A DMacSocket.cpp940 OSErr MacSocket_connect(const int inSocketNum,char *inTargetAddressAndPort) function
948 SetErrorMessageAndBail("MacSocket_connect: Invalid socket number specified");
955 SetErrorMessageAndBail("MacSocket_connect: Socket previously bound");
963 SetErrorMessageAndLongIntAndBailIfError(theOTResult,"MacSocket_connect: Can't allocate OT T_BIND structure, OTAlloc() = ",theOTResult);
964 SetErrorMessageAndBailIfNil(theSocketStruct->mBindRequestedAddrInfo,"MacSocket_connect: Can't allocate OT T_BIND structure, OTAlloc() returned nil");
969 SetErrorMessageAndLongIntAndBailIfError(theOTResult,"MacSocket_connect: Can't allocate OT T_BIND structure, OTAlloc() = ",theOTResult);
970 SetErrorMessageAndBailIfNil(theSocketStruct->mAssignedAddrInfo,"MacSocket_connect: Can't allocate OT T_BIND structure, OTAlloc() returned nil");
975 SetErrorMessageAndLongIntAndBailIfError(theOTResult,"MacSocket_connect: Can't allocate OT T_CALL structure, OTAlloc() = ",theOTResult);
976 SetErrorMessageAndBailIfNil(theSocketStruct->mRemoteAddrInfo,"MacSocket_connect: Can't allocate OT T_CALL structure, OTAlloc() returned nil");
983 SetErrorMessageAndLongIntAndBailIfError(theOTResult,"MacSocket_connect
[all...]

Completed in 27 milliseconds