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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DMacSocket.h63 int MacSocket_send(const int inSocketNum, const void *inBuff,
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DMacSocket.h63 int MacSocket_send(const int inSocketNum, const void *inBuff,
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A De_os.h171 # define writesocket(s,b,n) MacSocket_send((s),(b),(n))
554 # define SSLeay_Write(a,b,c) MacSocket_send((a),(b),(c))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A De_os.h169 #define writesocket(s,b,n) MacSocket_send((s),(b),(n))
462 # define SSLeay_Write(a,b,c) MacSocket_send((a),(b),(c))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A De_os.h171 # define writesocket(s,b,n) MacSocket_send((s),(b),(n))
554 # define SSLeay_Write(a,b,c) MacSocket_send((a),(b),(c))

Completed in 82 milliseconds