Home
last modified time | relevance | path

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

/reactos/dll/ntdll/ldr/
H A Dldrapi.c514 UNICODE_STRING RedirectName, DynamicString, RawDllName; in LdrGetDllHandleEx() local
523 RtlInitEmptyUnicodeString(&RawDllName, NULL, 0); in LdrGetDllHandleEx()
638 RawDllName.MaximumLength = Length; in LdrGetDllHandleEx()
643 if (!RawDllName.Buffer) in LdrGetDllHandleEx()
650 RtlCopyUnicodeString(&RawDllName, pRedirectName); in LdrGetDllHandleEx()
672 if (!RawDllName.Buffer) in LdrGetDllHandleEx()
679 RtlCopyUnicodeString(&RawDllName, pRedirectName); in LdrGetDllHandleEx()
686 &RawDllName, in LdrGetDllHandleEx()
692 &RawDllName, in LdrGetDllHandleEx()
747 if (RawDllName.Buffer) in LdrGetDllHandleEx()
[all …]
H A Dldrutils.c2422 UNICODE_STRING RawDllName; in LdrpLoadDll() local
2428 RtlInitEmptyUnicodeString(&RawDllName, NameBuffer, sizeof(NameBuffer)); in LdrpLoadDll()
2429 RtlCopyUnicodeString(&RawDllName, DllName); in LdrpLoadDll()
2471 (VOID)RtlAppendUnicodeStringToString(&RawDllName, in LdrpLoadDll()
2484 &RawDllName, in LdrpLoadDll()
2490 &RawDllName, in LdrpLoadDll()