Home
last modified time | relevance | path

Searched refs:RtlStringCopyNExWorkerA (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/include/ddk/
H A Dntstrsafe.h69 NTSTRSAFEAPI RtlStringCopyNExWorkerA(STRSAFE_LPSTR pszDest, size_t cchDest, size_t cbDest, STRSAFE_…
474 …return RtlStringCopyNExWorkerA(pszDest, cchDest, cchDest, pszSrc, cchToCopy, ppszDestEnd, pcchRema… in RtlStringCchCopyNExA()
539 …Status = RtlStringCopyNExWorkerA(pszDest, cbDest, cbDest, pszSrc, cbToCopy, ppszDestEnd, &cchRemai… in RtlStringCbCopyNExA()
2034 NTSTRSAFEAPI RtlStringCopyNExWorkerA( in RtlStringCopyNExWorkerA() function
2633 …Status = RtlStringCopyNExWorkerA(pszDestEnd, cchRemaining, (cchRemaining * sizeof(char)) + (cbDest… in RtlStringCatNExWorkerA()