Home
last modified time | relevance | path

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

/reactos/dll/ntdll/ldr/
H A Dldrpe.c816 BOOLEAN GotExtension; in LdrpLoadImportModule() local
837 GotExtension = FALSE; in LdrpLoadImportModule()
843 GotExtension = TRUE; in LdrpLoadImportModule()
853 if (!GotExtension) in LdrpLoadImportModule()
H A Dldrutils.c2419 BOOLEAN GotExtension; in LdrpLoadDll() local
2434 GotExtension = FALSE; in LdrpLoadDll()
2440 GotExtension = TRUE; in LdrpLoadDll()
2450 if (!GotExtension) in LdrpLoadDll()
/reactos/dll/ntdll/rtl/
H A Dlibsupp.c835 BOOLEAN GotExtension; in RtlDosApplyFileIsolationRedirection_Ustr() local
937 GotExtension = FALSE; in RtlDosApplyFileIsolationRedirection_Ustr()
943 GotExtension = TRUE; in RtlDosApplyFileIsolationRedirection_Ustr()
955 if (!GotExtension) in RtlDosApplyFileIsolationRedirection_Ustr()