Searched refs:ScmStreamWrite (Results 1 - 5 of 5) sorted by relevance

/vbox/src/bldprogs/
H A Dscmrw.cpp112 ScmStreamWrite(pOut, pchChunk, cchChunk);
115 ScmStreamWrite(pOut, g_szTabSpaces, cchToTab);
302 ScmStreamWrite(pOut, "\n", 1);
304 ScmStreamWrite(pOut, "\r\n", 2);
H A Dscmstream.h123 int ScmStreamWrite(PSCMSTREAM pStream, const char *pchBuf, size_t cchBuf);
H A Dscmstream.cpp1033 int ScmStreamWrite(PSCMSTREAM pStream, const char *pchBuf, size_t cchBuf) function
1144 * Only deal with the simple cases here, use ScmStreamWrite for the
1150 return ScmStreamWrite(pStream, &ch, 1);
1177 int rc = ScmStreamWrite(pStream, psz, cch);
H A DVBoxCPP.cpp1054 int rc = ScmStreamWrite(&pThis->StrmOutput, pch, cch);
1589 int rc = ScmStreamWrite(&pThis->StrmOutput, ExpCtx.StrBuf.pszBuf, ExpCtx.StrBuf.cchBuf);
1607 int rc = ScmStreamWrite(&pThis->StrmOutput, pchDefine, cchDefine);
H A DVBoxTpG.cpp1081 ScmStreamWrite(pStrm, RT_STR_TUPLE("\n"
1234 ScmStreamWrite(pStrm, RT_STR_TUPLE("\n"

Completed in 124 milliseconds