Searched defs:pDiff (Results 1 - 3 of 3) sorted by relevance

/vbox/src/bldprogs/
H A Dscmdiff.h48 PRTSTREAM pDiff; member in struct:SCMDIFFSTATE
56 size_t cchTab, PRTSTREAM pDiff);
H A Dscmdiff.cpp54 RTStrmPutCh(pState->pDiff, chPrefix);
58 RTStrmWrite(pState->pDiff, pchLine, cchLine);
66 RTStrmWrite(pState->pDiff, pchStart, pchTab - pchStart);
72 case 1: RTStrmPutStr(pState->pDiff, "."); break;
73 case 2: RTStrmPutStr(pState->pDiff, ".."); break;
74 case 3: RTStrmPutStr(pState->pDiff, "[T]"); break;
75 case 4: RTStrmPutStr(pState->pDiff, "[TA]"); break;
76 case 5: RTStrmPutStr(pState->pDiff, "[TAB]"); break;
77 default: RTStrmPrintf(pState->pDiff, "[TAB%.*s]", cchTab - 5, g_szTabSpaces); break;
87 RTStrmWrite(pState->pDiff, pchStar
373 ScmDiffStreams(const char *pszFilename, PSCMSTREAM pLeft, PSCMSTREAM pRight, bool fIgnoreEol, bool fIgnoreLeadingWhite, bool fIgnoreTrailingWhite, bool fSpecialChars, size_t cchTab, PRTSTREAM pDiff) argument
[all...]
/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp1086 ComObjPtr<Medium> pDiff; local
1091 newMedia, &pDiff);
1095 map.insert(TStrMediumPair(Utf8Str(bstrSrcId), pDiff));
1097 pNewParent = pDiff;
1289 ComObjPtr<Medium> pDiff; local
1293 newMedia, &pDiff);
1298 pNewParent = pDiff;

Completed in 1134 milliseconds