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

/vbox/src/bldprogs/
H A Dscm.h27 typedef struct SCMRWSTATE *PSCMRWSTATE; typedef in typeref:struct:SCMRWSTATE
54 bool ScmSvnIsInWorkingCopy(PSCMRWSTATE pState);
55 int ScmSvnQueryProperty(PSCMRWSTATE pState, const char *pszName, char **ppszValue);
56 int ScmSvnSetProperty(PSCMRWSTATE pState, const char *pszName, const char *pszValue);
57 int ScmSvnDelProperty(PSCMRWSTATE pState, const char *pszName);
58 int ScmSvnDisplayChanges(PSCMRWSTATE pState);
59 int ScmSvnApplyChanges(PSCMRWSTATE pState);
94 typedef bool FNSCMREWRITER(PSCMRWSTATE pState, PSCMSTREAM pIn, PSCMSTREAM pOut, PCSCMSETTINGSBASE pSettings);
219 void ScmVerbose(PSCMRWSTATE pState, int iLevel, const char *pszFormat, ...);
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 pOut, PCSCMSETTINGSBASE pSettings)
236 bool rewrite_ForceCRLF(PSCMRWSTATE pState, PSCMSTREAM pIn, PSCMSTREAM pOut, PCSCMSETTINGSBASE pSettings)
252 bool rewrite_AdjustTrailingLines(PSCMRWSTATE pState, PSCMSTREAM pIn, PSCMSTREAM pOut, PCSCMSETTINGSBASE pSettings)
320 bool rewrite_SvnNoExecutable(PSCMRWSTATE pState, PSCMSTREAM pIn, PSCMSTREAM pOut, PCSCMSETTINGSBASE pSettings)
346 bool rewrite_SvnKeywords(PSCMRWSTATE pState, PSCMSTREAM pIn, PSCMSTREAM pOut, PCSCMSETTINGSBASE pSettings)
396 bool rewrite_Makefile_kup(PSCMRWSTATE pStat
[all...]
H A Dscmsubversion.cpp459 static int scmSvnRunAndGetOutput(PSCMRWSTATE pState, const char **papszArgs, bool fNormalFailureOk, char **ppszStdOut)
515 static int scmSvnRun(PSCMRWSTATE pState, const char **papszArgs, bool fNormalFailureOk)
553 static void scmSvnFindSvnBinary(PSCMRWSTATE pState)
612 static int scmSvnConstructName(PSCMRWSTATE pState, const char *pszDir, const char *pszSuff, char *pszDst)
668 bool ScmSvnIsInWorkingCopy(PSCMRWSTATE pState)
751 int ScmSvnQueryProperty(PSCMRWSTATE pState, const char *pszName, char **ppszValue)
934 int ScmSvnSetProperty(PSCMRWSTATE pState, const char *pszName, const char *pszValue)
995 int ScmSvnDelProperty(PSCMRWSTATE pState, const char *pszName)
1008 int ScmSvnDisplayChanges(PSCMRWSTATE pState)
1031 int ScmSvnApplyChanges(PSCMRWSTATE pStat
[all...]
H A Dscm.cpp963 void ScmVerbose(PSCMRWSTATE pState, int iLevel, const char *pszFormat, ...)
1002 static int scmProcessFileInner(PSCMRWSTATE pState, const char *pszFilename, const char *pszBasename, size_t cchBasename,

Completed in 146 milliseconds