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

/vbox/include/iprt/
H A Dsocket.h276 RTDECL(int) RTSocketSgWrite(RTSOCKET hSocket, PCRTSGBUF pSgBuf);
281 * This is convenience wrapper around the RTSocketSgWrite and RTSgBufInit calls
300 * This is convenience wrapper around the RTSocketSgWrite and RTSgBufInit calls
362 * This is convenience wrapper around the RTSocketSgWrite and RTSgBufInit calls
382 * This is convenience wrapper around the RTSocketSgWrite and RTSgBufInit calls
H A Dmangling.h1397 # define RTSocketSgWrite RT_MANGLER(RTSocketSgWrite) macro
/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp1072 RTDECL(int) RTSocketSgWrite(RTSOCKET hSocket, PCRTSGBUF pSgBuf) function
1165 * on to RTSocketSgWrite.
1178 return RTSocketSgWrite(hSocket, &SgBuf);
1368 * on to RTSocketSgWrite.
H A Dtcp.cpp1082 return RTSocketSgWrite(Sock, pSgBuf);

Completed in 1403 milliseconds