Home
last modified time | relevance | path

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

/reactos/dll/ntdll/ldr/
H A Dldrapi.c515 PUNICODE_STRING pRedirectName, CompareName; in LdrGetDllHandleEx() local
525 pRedirectName = &RedirectName; in LdrGetDllHandleEx()
556pRedirectName, &LdrApiDefaultExtension, NULL, &DynamicString, &pRedirectName, &RedirectedDll); in LdrGetDllHandleEx()
594 if (RtlEqualUnicodeString(pRedirectName, in LdrGetDllHandleEx()
609 p1 = pRedirectName->Buffer; in LdrGetDllHandleEx()
611 p3 = &p1[pRedirectName->Length / sizeof(WCHAR)]; in LdrGetDllHandleEx()
628 Length = pRedirectName->Length + in LdrGetDllHandleEx()
650 RtlCopyUnicodeString(&RawDllName, pRedirectName); in LdrGetDllHandleEx()
656 Length = pRedirectName->Length; in LdrGetDllHandleEx()
663 pRedirectName->Length -= sizeof(WCHAR); in LdrGetDllHandleEx()
[all …]