Home
last modified time | relevance | path

Searched defs:cbToCopy (Results 1 – 2 of 2) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Dntstrsafe.h228 …DI RtlStringCbCopyNA(NTSTRSAFE_PSTR pszDest,size_t cbDest,NTSTRSAFE_PCSTR pszSrc,size_t cbToCopy) { in RtlStringCbCopyNA()
234 … RtlStringCbCopyNW(NTSTRSAFE_PWSTR pszDest,size_t cbDest,NTSTRSAFE_PCWSTR pszSrc,size_t cbToCopy) { in RtlStringCbCopyNW()
266 …CopyNExA(NTSTRSAFE_PSTR pszDest,size_t cbDest,NTSTRSAFE_PCSTR pszSrc,size_t cbToCopy,NTSTRSAFE_PST… in RtlStringCbCopyNExA()
278 …pyNExW(NTSTRSAFE_PWSTR pszDest,size_t cbDest,NTSTRSAFE_PCWSTR pszSrc,size_t cbToCopy,NTSTRSAFE_PWS… in RtlStringCbCopyNExW()
/third_party/mingw-w64/mingw-w64-headers/include/
Dstrsafe.h264 STRSAFEAPI StringCbCopyNA(STRSAFE_LPSTR pszDest,size_t cbDest,STRSAFE_LPCSTR pszSrc,size_t cbToCopy in StringCbCopyNA()
270 …FEAPI StringCbCopyNW(STRSAFE_LPWSTR pszDest,size_t cbDest,STRSAFE_LPCWSTR pszSrc,size_t cbToCopy) { in StringCbCopyNW()
302 …CbCopyNExA(STRSAFE_LPSTR pszDest,size_t cbDest,STRSAFE_LPCSTR pszSrc,size_t cbToCopy,STRSAFE_LPSTR… in StringCbCopyNExA()
314 …CopyNExW(STRSAFE_LPWSTR pszDest,size_t cbDest,STRSAFE_LPCWSTR pszSrc,size_t cbToCopy,STRSAFE_LPWST… in StringCbCopyNExW()