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

/vbox/src/bldprogs/
H A Dscmstream.h86 typedef SCMSTREAM *PSCMSTREAM; typedef
91 int ScmStreamInitForReading(PSCMSTREAM pStream, const char *pszFilename);
92 int ScmStreamInitForWriting(PSCMSTREAM pStream, PCSCMSTREAM pRelatedStream);
93 void ScmStreamDelete(PSCMSTREAM pStream);
95 void ScmStreamRewindForReading(PSCMSTREAM pStream);
96 void ScmStreamRewindForWriting(PSCMSTREAM pStream);
97 bool ScmStreamIsText(PSCMSTREAM pStream);
98 int ScmStreamCheckItegrity(PSCMSTREAM pStream);
99 int ScmStreamWriteToFile(PSCMSTREAM pStream, const char *pszFilenameFmt, ...);
100 int ScmStreamWriteToStdOut(PSCMSTREAM pStrea
[all...]
H A Dscmdiff.h34 PSCMSTREAM pLeft;
35 PSCMSTREAM pRight;
54 size_t ScmDiffStreams(const char *pszFilename, PSCMSTREAM pLeft, PSCMSTREAM pRight, bool fIgnoreEol,
H A Dscmrw.cpp49 bool rewrite_StripTrailingBlanks(PSCMRWSTATE pState, PSCMSTREAM pIn, PSCMSTREAM pOut, PCSCMSETTINGSBASE pSettings)
88 bool rewrite_ExpandTabs(PSCMRWSTATE pState, PSCMSTREAM pIn, PSCMSTREAM pOut, PCSCMSETTINGSBASE pSettings)
148 static bool rewrite_ForceEol(PSCMRWSTATE pState, PSCMSTREAM pIn, PSCMSTREAM pOut, PCSCMSETTINGSBASE pSettings,
206 bool rewrite_ForceNativeEol(PSCMRWSTATE pState, PSCMSTREAM pIn, PSCMSTREAM pOut, PCSCMSETTINGSBASE pSettings)
223 bool rewrite_ForceLF(PSCMRWSTATE pState, PSCMSTREAM pIn, PSCMSTREAM pOu
[all...]
H A Dscmstream.cpp39 static void scmStreamInitInternal(PSCMSTREAM pStream, bool fWriteOrRead)
65 int ScmStreamInitForReading(PSCMSTREAM pStream, const char *pszFilename)
89 int ScmStreamInitForWriting(PSCMSTREAM pStream, PCSCMSTREAM pRelatedStream)
129 void ScmStreamDelete(PSCMSTREAM pStream)
168 static int scmStreamGrowBuffer(PSCMSTREAM pStream, size_t cbAppending)
201 static int scmStreamGrowLines(PSCMSTREAM pStream, size_t iMinLine)
220 void ScmStreamRewindForReading(PSCMSTREAM pStream)
233 void ScmStreamRewindForWriting(PSCMSTREAM pStream)
251 bool ScmStreamIsText(PSCMSTREAM pStream)
266 int ScmStreamCheckItegrity(PSCMSTREAM pStrea
[all...]
H A Dscm.h94 typedef bool FNSCMREWRITER(PSCMRWSTATE pState, PSCMSTREAM pIn, PSCMSTREAM pOut, PCSCMSETTINGSBASE pSettings);
H A DVBoxTpG.cpp360 RTEXITCODE (*pfnGenerator)(PSCMSTREAM))
406 PSCMSTREAM pStrm = (PSCMSTREAM)pvUser;
426 static RTEXITCODE generateAssembly(PSCMSTREAM pStrm)
917 static RTEXITCODE generateHeader(PSCMSTREAM pStrm)
1096 static RTEXITCODE generateWrapperHeader(PSCMSTREAM pStrm)
1251 static RTEXITCODE parseError(PSCMSTREAM pStrm, size_t cb, const char *pszMsg)
1282 static RTEXITCODE parseErrorAbs(PSCMSTREAM pStrm, size_t off, const char *pszMsg)
1294 static RTEXITCODE parseOneLineComment(PSCMSTREAM pStrm)
1306 static RTEXITCODE parseMultiLineComment(PSCMSTREAM pStr
[all...]
H A DVBoxCPP.cpp153 PSCMSTREAM pStrmInput;
557 PSCMSTREAM pStrm = &pThis->pInputStack->StrmInput;
1061 static RTEXITCODE vbcppOutputComment(PVBCPP pThis, PSCMSTREAM pStrmInput, size_t offStart, size_t cchOutputted,
1120 static void vbcppProcessSkipWhiteAndEscapedEol(PSCMSTREAM pStrmInput)
1151 static RTEXITCODE vbcppProcessSkipWhiteEscapedEolAndComments(PVBCPP pThis, PSCMSTREAM pStrmInput)
1215 static RTEXITCODE vbcppProcessSkipWhiteEscapedEolAndCommentsCheckEol(PVBCPP pThis, PSCMSTREAM pStrmInput)
1236 static size_t vbcppProcessSkipWhite(PSCMSTREAM pStrmInput)
1262 static bool vbcppInputLookForLeftParenthesis(PVBCPP pThis, PSCMSTREAM pStrmInput)
1288 static RTEXITCODE vbcppInputSkipToEndOfDirectiveLine(PVBCPP pThis, PSCMSTREAM pStrmInput, size_t *poffComment)
1347 static RTEXITCODE vbcppProcessMultiLineComment(PVBCPP pThis, PSCMSTREAM pStrmInpu
[all...]
H A Dscmdiff.cpp46 static void scmDiffPrintLines(PSCMDIFFSTATE pState, char chPrefix, PSCMSTREAM pStream, size_t iLine, size_t cLines)
373 size_t ScmDiffStreams(const char *pszFilename, PSCMSTREAM pLeft, PSCMSTREAM pRight, bool fIgnoreEol,
H A Dscm.cpp550 static int scmSettingsBaseLoadFromDocument(PSCMSETTINGSBASE pBase, PSCMSTREAM pStream)
1083 PSCMSTREAM pIn = &Stream1;
1084 PSCMSTREAM pOut = &Stream2;
1090 PSCMSTREAM pTmp = pOut;

Completed in 681 milliseconds