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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DMacSocket.h65 int MacSocket_send(const int inSocketNum,const void *inBuff,int inBuffLength);
H A DMacSocket.cpp1290 int MacSocket_send(const int inSocketNum,const void *inBuff,int inBuffLength) function
1297 SetErrorMessageAndBailIfNil(inBuff,"MacSocket_send: Bad parameter, inBuff = nil");
1301 SetErrorMessageAndBail("MacSocket_send: Bad parameter, inBuffLength <= 0");
1306 SetErrorMessageAndBail("MacSocket_send: Invalid socket number specified");
1314 SetErrorMessageAndBail("MacSocket_send: Socket not connected");
1329 SetErrorMessageAndBailIfError(theOTResult,"MacSocket_send: User cancelled");
1350 SetErrorCodeAndMessageAndBail(kMacSocket_TimeoutErr,"MacSocket_send: Send timed-out")
1356 SetErrorMessageAndLongIntAndBailIfError(theOTResult,"MacSocket_send: Can't send OT data, OTSnd() = ",theOTResult);
1363 printf("MacSocket_send: sent %d bytes\n",bytesSent);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A De_os.h164 #define writesocket(s,b,n) MacSocket_send((s),(b),(n))
533 # define SSLeay_Write(a,b,c) MacSocket_send((a),(b),(c))

Completed in 60 milliseconds