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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DMacSocket.h60 int MacSocket_recv(const int inSocketNum,void *outBuff,int outBuffLength,const Boolean inBlock);
68 // If zero bytes were read in a call to MacSocket_recv(), it may be that the remote end has done a half-close
H A DMacSocket.cpp1159 int MacSocket_recv(const int inSocketNum,void *outBuff,int outBuffLength,const Boolean inBlock) function
1166 SetErrorMessageAndBailIfNil(outBuff,"MacSocket_recv: Bad parameter, outBuff = nil");
1170 SetErrorMessageAndBail("MacSocket_recv: Bad parameter, outBuffLength <= 0");
1175 SetErrorMessageAndBail("MacSocket_recv: Invalid socket number specified");
1182 SetErrorMessageAndBail("MacSocket_recv: Socket not connected");
1208 printf("MacSocket_recv: read %d bytes in part\n",bytesRead);
1219 SetErrorMessageAndLongIntAndBail("MacSocket_recv: Can't receive OT data, OTRcv() = ",theOTResult);
1239 SetErrorCodeAndMessageAndBail(kMacSocket_TimeoutErr,"MacSocket_recv: Receive operation timed-out");
1246 SetErrorMessageAndBailIfError(theOTResult,"MacSocket_recv: User cancelled operation");
1261 printf("MacSocket_recv
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A De_os.h163 #define readsocket(s,b,n) MacSocket_recv((s),(b),(n),true)
534 # define SSLeay_Read(a,b,c) MacSocket_recv((a),(b),(c),true)

Completed in 57 milliseconds