Searched refs:RTStrmWrite (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DPcap.cpp101 * @returns IPRT status code, @see RTStrmWrite.
108 int rc1 = RTStrmWrite(pStream, &s_Hdr, sizeof(s_Hdr));
117 * @returns IPRT status code, @see RTStrmWrite.
129 int rc1 = RTStrmWrite(pStream, &Hdr, sizeof(Hdr));
130 int rc2 = RTStrmWrite(pStream, pvFrame, Hdr.incl_len);
138 * @returns IPRT status code, @see RTStrmWrite.
163 int rc = RTStrmWrite(pStream, &Hdr, sizeof(Hdr));
167 rc = RTStrmWrite(pStream, abHdrs, RT_MIN(Hdr.incl_len, cbHdrs));
169 rc = RTStrmWrite(pStream, pbFrame + offSegPayload, Hdr.incl_len - cbHdrs);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTHttp.cpp99 rc = RTStrmWrite(CAFile, pszBuf, cbBuf);
101 rc = RTStrmWrite(CAFile, RTFILE_LINEFEED, strlen(RTFILE_LINEFEED));
163 rc = RTStrmWrite(CAFile, pszBuf, cbBuf);
165 rc = RTStrmWrite(CAFile, RTFILE_LINEFEED, strlen(RTFILE_LINEFEED));
/vbox/src/bldprogs/
H A Dscmdiff.cpp58 RTStrmWrite(pState->pDiff, pchLine, cchLine);
66 RTStrmWrite(pState->pDiff, pchStart, pchTab - pchStart);
87 RTStrmWrite(pState->pDiff, pchStart, cchLeft);
/vbox/include/iprt/
H A Dstream.h209 DECLINLINE(int) RTStrmWrite(PRTSTREAM pStream, const void *pvBuf, size_t cbWrite) function
/vbox/src/VBox/Installer/linux/install_service/
H A Dgenerate_service_file.cpp527 rc = RTStrmWrite(g_pStdOut, *ppachTemplate + cchWritten, cchToWrite);
712 int rc = RTStrmWrite(g_pStdOut, &ch, 1);
/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp616 RTStrmWrite(g_pStdOut, s_achHeader, sizeof(s_achHeader));
640 RTStrmWrite(g_pStdOut, "\0\0\0", 4);
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp996 RTStrmWrite(pTest->pOutStrm, pTest->pszTest, pTest->cchTest);
997 RTStrmWrite(pTest->pOutStrm, ": ", 2);
1006 RTStrmWrite(pTest->pOutStrm, pachChars, cbChars);
1013 RTStrmWrite(pTest->pOutStrm, pachChars, cchPart);
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp630 return RTStrmWrite((PRTSTREAM)pvUser, pvBuf, cbToWrite);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1205 rc = RTStrmWrite(pDst, abBuf, cbRead);
1209 RTMsgError("RTStrmWrite failed: %Rrc", rc);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp1080 * Unix style, as RTStrmWrite does the LF -> CR/LF replacement on
1105 vrc = RTStrmWrite(pStrmOutput, pszBufUTF8, cbOutputDataPrint);
H A DVBoxManageInfo.cpp2736 * Unix style, as RTStrmWrite does the LF -> CR/LF replacement on
2752 RTStrmWrite(g_pStdOut, aLogData.raw(), cbLogDataPrint);

Completed in 81 milliseconds