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

/barrelfish-master/lib/openssl-1.0.0d/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);
/barrelfish-master/lib/openssl-1.0.0d/
H A De_os.h168 #define writesocket(s,b,n) MacSocket_send((s),(b),(n))
538 # define SSLeay_Write(a,b,c) MacSocket_send((a),(b),(c))
/barrelfish-master/include/openssl/local/
H A De_os.h168 #define writesocket(s,b,n) MacSocket_send((s),(b),(n))
539 # define SSLeay_Write(a,b,c) MacSocket_send((a),(b),(c))

Completed in 52 milliseconds