Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/winnls/string/
H A Dnls.c195 AnsiCodePage.SectionMapping = NtCurrentTeb()->ProcessEnvironmentBlock->AnsiCodePageData; in NlsInit()
197 RtlInitCodePageTable((PUSHORT)AnsiCodePage.SectionMapping, in NlsInit()
205 OemCodePage.SectionMapping = NtCurrentTeb()->ProcessEnvironmentBlock->OemCodePageData; in NlsInit()
207 RtlInitCodePageTable((PUSHORT)OemCodePage.SectionMapping, in NlsInit()
233 UnmapViewOfFile(Current->SectionMapping); in NlsUninit()
298 PBYTE SectionMapping; in IntGetCodePageEntry() local
449 SectionMapping = MapViewOfFile(SectionHandle, FILE_MAP_READ, 0, 0, 0); in IntGetCodePageEntry()
450 if (SectionMapping == NULL) in IntGetCodePageEntry()
467 CodePageEntry->SectionMapping = SectionMapping; in IntGetCodePageEntry()
469 RtlInitCodePageTable((PUSHORT)SectionMapping, &CodePageEntry->CodePageTable); in IntGetCodePageEntry()
/reactos/dll/win32/kernel32/include/
H A Dkernel32.h67 PBYTE SectionMapping; member