Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/winnls/string/
H A Dlocale.c3213 LPWSTR srcW; in GetStringTypeA() local
3234 HeapFree(GetProcessHeap(), 0, srcW); in GetStringTypeA()
3835 LPWSTR srcW, dstW; in LCMapStringA() local
3849 srcW = bufW; in LCMapStringA()
3854 if (!srcW) in LCMapStringA()
3899 if (srcW != bufW) HeapFree(GetProcessHeap(), 0, srcW); in LCMapStringA()
3925 WCHAR *srcW = NULL, *dstW = NULL; in FoldStringA() local
3937 if (!srcW) in FoldStringA()
3944 src, srclen, srcW, srclenW); in FoldStringA()
3948 ret = FoldStringW(dwFlags, srcW, srclenW, NULL, 0); in FoldStringA()
[all …]
/reactos/dll/win32/setupapi/
H A Dqueue.c756 UNICODE_STRING srcW; in SetupQueueCopySectionA() local
757 if (RtlCreateUnicodeStringFromAsciiz( &srcW, src_root )) in SetupQueueCopySectionA()
759 ret = SetupQueueCopySectionW( queue, srcW.Buffer, hinf, hlist, sectionW.Buffer, style ); in SetupQueueCopySectionA()
760 RtlFreeUnicodeString( &srcW ); in SetupQueueCopySectionA()
H A Dinstall.c1226 UNICODE_STRING srcW; in SetupInstallFilesFromInfSectionA() local
1227 if (RtlCreateUnicodeStringFromAsciiz( &srcW, src_root )) in SetupInstallFilesFromInfSectionA()
1230 srcW.Buffer, flags ); in SetupInstallFilesFromInfSectionA()
1231 RtlFreeUnicodeString( &srcW ); in SetupInstallFilesFromInfSectionA()