Searched refs:hSrc (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Ddigest-core.cpp115 RTDECL(int) RTCrDigestClone(PRTCRDIGEST phDigest, RTCRDIGEST hSrc) argument
118 AssertPtrReturn(hSrc, VERR_INVALID_HANDLE);
119 AssertReturn(hSrc->u32Magic == RTCRDIGESTINT_MAGIC, VERR_INVALID_HANDLE);
122 uint32_t const offHash = hSrc->offHash;
123 PRTCRDIGESTINT pThis = (PRTCRDIGESTINT)RTMemAllocZ(RT_OFFSETOF(RTCRDIGESTINT, abState[offHash + hSrc->pDesc->cbHash]));
129 pThis->pDesc = hSrc->pDesc;
130 if (hSrc->pDesc->pfnClone)
131 rc = hSrc->pDesc->pfnClone(pThis->abState, hSrc->abState);
133 memcpy(pThis->abState, hSrc
[all...]
/vbox/include/iprt/crypto/
H A Ddigest.h171 RTDECL(int) RTCrDigestClone(PRTCRDIGEST phDigest, RTCRDIGEST hSrc);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dole2.h129 HANDLE WINAPI OleDuplicateData(HANDLE hSrc, CLIPFORMAT cfFormat, UINT uiFlags);
H A Dwinbase.h1583 WINBASEAPI HANDLE WINAPI ConvertToGlobalHandle(HANDLE hSrc);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dole2.h129 HANDLE WINAPI OleDuplicateData(HANDLE hSrc, CLIPFORMAT cfFormat, UINT uiFlags);
H A Dwinbase.h1364 WINBASEAPI HANDLE WINAPI ConvertToGlobalHandle(HANDLE hSrc);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1184 * @param hSrc The source file.
1190 static void CopyFileToStdXxx(RTFILE hSrc, PRTSTREAM pDst, bool fComplain) argument
1197 rc = RTFileRead(hSrc, abBuf, sizeof(abBuf), &cbRead);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp3355 uint32_t hSrc, hDst;
3357 rc = SSMR3GetU32(pSSM, &hSrc); AssertRC(rc);
3358 pUpdateOverlay->u.in.hSrcSurf = hSrc;

Completed in 71 milliseconds