/reactos/dll/appcompat/apphelp/ |
H A D | sdbfileattr.c | 253 MEMMAPPED mapped; in SdbGetFileAttributes() local 265 if (!SdbpOpenMemMappedFile(path, &mapped)) in SdbGetFileAttributes() 270 mapping_end = mapped.view + mapped.size; in SdbGetFileAttributes() 274 SdbpSetDWORDAttr(&attr_info[0], TAG_SIZE, mapped.size); in SdbGetFileAttributes() 275 if (mapped.size) in SdbGetFileAttributes() 276 SdbpSetDWORDAttr(&attr_info[1], TAG_CHECKSUM, SdbpCalculateFileChecksum(&mapped)); in SdbGetFileAttributes() 279 module_type = SdbpGetModuleType(&mapped, &headers); in SdbGetFileAttributes() 326 …export_dir = (PIMAGE_EXPORT_DIRECTORY)RtlImageDirectoryEntryToData(mapped.view, FALSE, IMAGE_DIREC… in SdbGetFileAttributes() 330 PBYTE export_name = RtlImageRvaToVa(headers, mapped.view, export_dir->Name, §ion); in SdbGetFileAttributes() 360 ptr = mapped.view + os2->ne_nrestab; in SdbGetFileAttributes() [all …]
|
H A D | sdbwrite.c | 296 MEMMAPPED mapped; in SdbWriteBinaryTagFromFile() local 301 if (!SdbpOpenMemMappedFile(path, &mapped)) in SdbWriteBinaryTagFromFile() 304 SdbWriteBinaryTag(pdb, tag, mapped.view, mapped.size); in SdbWriteBinaryTagFromFile() 305 SdbpCloseMemMappedFile(&mapped); in SdbWriteBinaryTagFromFile()
|
/reactos/dll/win32/dbghelp/ |
H A D | image_private.h | 124 const char* mapped; member 148 const char* mapped; member 162 const char* mapped; member
|
H A D | macho_module.c | 274 static void macho_unmap_range(const char** base, const void** mapped, const struct macho_file_map* … in macho_unmap_range() argument 277 TRACE("(%p, %p, %p/%p, 0x%08lx, 0x%08lx)\n", base, mapped, fmap, fmap->handle, offset, len); in macho_unmap_range() 279 if ((mapped && *mapped != IMAGE_NO_MAP) || (base && *base != IMAGE_NO_MAP)) in macho_unmap_range() 286 if (mapped) in macho_unmap_range() 287 aligned_ptr = (char*)*mapped - misalign; in macho_unmap_range() 292 if (mapped) in macho_unmap_range() 293 *mapped = IMAGE_NO_MAP; in macho_unmap_range() 449 &fmap->sect[ism->sidx].mapped); in macho_map_section() 459 …if (ism->sidx >= 0 && ism->sidx < fmap->num_sections && fmap->sect[ism->sidx].mapped != IMAGE_NO_M… in macho_unmap_section() 461 … macho_unmap_range(&fmap->sect[ism->sidx].mapped, NULL, fmap, fmap->sect[ism->sidx].section.offset, in macho_unmap_section() [all …]
|
H A D | pe_module.c | 85 fmap->sect[ism->sidx].mapped == IMAGE_NO_MAP) in pe_map_section() 102 fmap->sect[ism->sidx].mapped = RtlImageRvaToVa(nth, mapping, in pe_map_section() 105 return fmap->sect[ism->sidx].mapped; in pe_map_section() 157 ism->fmap->u.pe.sect[ism->sidx].mapped != IMAGE_NO_MAP) in pe_unmap_section() 160 ism->fmap->u.pe.sect[ism->sidx].mapped = IMAGE_NO_MAP; in pe_unmap_section() 284 fmap->u.pe.sect[i].mapped = IMAGE_NO_MAP; in pe_map_file()
|
H A D | elf_module.c | 153 fmap->sect[ism->sidx].mapped = MapViewOfFile(mapping, FILE_MAP_READ, 0, ofst, size); in elf_map_section() 155 if (!fmap->sect[ism->sidx].mapped) in elf_map_section() 160 …return fmap->sect[ism->sidx].mapped + (fmap->sect[ism->sidx].shdr.sh_offset & (sysinfo.dwAllocatio… in elf_map_section() 231 fmap->sect[ism->sidx].mapped) in elf_unmap_section() 233 if (!UnmapViewOfFile(fmap->sect[ism->sidx].mapped)) in elf_unmap_section() 235 fmap->sect[ism->sidx].mapped = NULL; in elf_unmap_section() 500 fmap->u.elf.sect[i].mapped = NULL; in elf_map_file()
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | font.c | 311 BOOL mapped = FALSE; in ID3DXFontImpl_PreloadGlyphs() local 332 if (mapped) in ID3DXFontImpl_PreloadGlyphs() 353 if (mapped) in ID3DXFontImpl_PreloadGlyphs() 365 if (mapped) in ID3DXFontImpl_PreloadGlyphs() 367 mapped = FALSE; in ID3DXFontImpl_PreloadGlyphs() 388 if (!mapped) in ID3DXFontImpl_PreloadGlyphs() 395 mapped = TRUE; in ID3DXFontImpl_PreloadGlyphs() 421 if (mapped) in ID3DXFontImpl_PreloadGlyphs()
|
/reactos/base/services/audiosrv/ |
H A D | audiosrv.txt | 10 AudioSrv on Windows creates a mapped file at: 19 It is not necessary to duplicate the exact structure of this mapped
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | security.c | 5713 int generic, mapped; in test_mutex_security() member 5743 ok(access == map[i].mapped, "%d: expected %#x, got %#x\n", i, map[i].mapped, access); in test_mutex_security() 5770 int generic, mapped; in test_event_security() member 5800 ok(access == map[i].mapped, "%d: expected %#x, got %#x\n", i, map[i].mapped, access); in test_event_security() 5827 int generic, mapped; in test_semaphore_security() member 5981 int generic, mapped; in test_file_security() member 6107 int generic, mapped; in test_filemap_security() member 6124 int prot, mapped; in test_filemap_security() member 6153 if (prot_map[i].mapped) in test_filemap_security() 6239 int generic, mapped; in test_thread_security() member [all …]
|
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | README.joliet | 31 ISO-9660 names cannot be mapped to the filenames on the
|
H A D | README.hide | 170 are mapped by mkisofs to the same output directory called "/data" - the
|
/reactos/dll/win32/winmm/ |
H A D | mci.c | 2292 int mapped; in mciSendCommandA() local 2297 mapped = MCI_MapMsgAtoW(wMsg, dwParam1, &dwParam2); in mciSendCommandA() 2298 if (mapped == -1) in mciSendCommandA() 2304 if (mapped) in mciSendCommandA()
|
/reactos/dll/3rdparty/libtirpc/ |
H A D | ChangeLog | 168 the sender's address to an IPv6 mapped IPv4 address. So if you want to
|
/reactos/media/doc/ |
H A D | winsta and desktops.txt | 82 windows have been created and is using the winsta heap? or can multiple winsta heaps be mapped into
|
/reactos/boot/freeldr/freeldr/ |
H A D | CHANGELOG | 266 page lookup table on systems with 4GB of memory (or memory mapped
|
/reactos/drivers/filesystems/ext2/inc/linux/ |
H A D | module.h | 792 BUFFER_FNS(Mapped, mapped)
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | libpng-manual.txt | 3804 request a color-mapped image from a PNG that is full-color or makes 3903 When reading or writing color-mapped images the format should be set to the 3921 PNG_FORMAT_FLAG_COLORMAP image data is color-mapped 3954 With color-mapped formats the image data is one byte for each pixel. The byte 3956 color-mapped format it is sufficient just to add the PNG_FOMAT_FLAG_COLORMAP 3972 for the pixels and will always return 1 for color-mapped formats. The 3991 color-mapped it is the size of one color-map entry (and image pixels are 4017 color-mapped image. 4020 The size, in bytes, of each component in a pixel; 1 for a color-mapped 4024 The size, in bytes, of a complete pixel; 1 for a color-mapped image. [all …]
|
H A D | CHANGES | 3160 Ensure that png_rgb_to_gray ignores palette mapped images, if libpng 3162 palette mapped images correctly. This fixes CVE-2690. 4452 Corrected simplified API default gamma for color-mapped output, added 4454 to produce color-mapped output from an input image with no gamma 4456 that assumed for non-color-mapped output. In particular 16-bit depth
|
/reactos/drivers/storage/class/classpnp/ |
H A D | utils.c | 4480 … ULONG mapped = (lbaStatusDescr->ProvisioningStatus != LBA_STATUS_MAPPED) ? 0x0 : 0x1; in ClasspDeviceGetLBAStatusWorker() local 4555 …TA_SET_LB_PROVISIONING_STATE_V2)lbpState)->SlabAllocationBitMap[bitMapIndex] |= (mapped << bitPos); in ClasspDeviceGetLBAStatusWorker() 4559 … lbpState->SlabAllocationBitMap[bitMapIndex] |= (mapped << bitPos); in ClasspDeviceGetLBAStatusWorker()
|
/reactos/sdk/include/reactos/mc/ |
H A D | ntstatus.mc | 355 An image file could not be mapped at the address specified in the image file. Local fixups must be … 1269 Address range to unmap is not a mapped view. 1998 A mapped section could not be extended. 3586 The requested operation cannot be performed on a file with a user mapped section open.
|
/reactos/drivers/network/tcpip/lwip/ |
H A D | CHANGELOG | 413 * Rename "IPv6 mapped IPv4 addresses" to their correct name from RFC4191: 414 "IPv4-mapped IPv6 address" 466 * sockets.c: added support for IPv6 mapped IPv4 addresses 497 * *: Fixed dual-stack behaviour, IPv6 mapped IPv4 support in socket API
|
/reactos/dll/win32/kernel32/winnls/lang/ |
H A D | bg-BG.mc | 2823 ERROR_IMAGE_NOT_AT_BASE - An image file could not be mapped at the address specified in the image f… 4567 ERROR_USER_MAPPED_FILE - The requested operation cannot be performed on a file with a user-mapped s… 5631 …ic access types were contained in an access mask which should already be mapped to nongeneric type… 12639 ERROR_DS_NAME_ERROR_NOT_UNIQUE - Name translation: Input name mapped to more than one output name.
|
H A D | de-DE.mc | 2824 ERROR_IMAGE_NOT_AT_BASE - An image file could not be mapped at the address specified in the image f… 4568 ERROR_USER_MAPPED_FILE - The requested operation cannot be performed on a file with a user-mapped s… 5632 …ic access types were contained in an access mask which should already be mapped to nongeneric type… 12640 ERROR_DS_NAME_ERROR_NOT_UNIQUE - Name translation: Input name mapped to more than one output name.
|
H A D | pl-PL.mc | 2826 ERROR_IMAGE_NOT_AT_BASE - An image file could not be mapped at the address specified in the image f… 4570 ERROR_USER_MAPPED_FILE - The requested operation cannot be performed on a file with a user-mapped s… 5634 …ic access types were contained in an access mask which should already be mapped to nongeneric type… 12642 ERROR_DS_NAME_ERROR_NOT_UNIQUE - Name translation: Input name mapped to more than one output name.
|
H A D | ru-RU.mc | 2824 ERROR_IMAGE_NOT_AT_BASE - An image file could not be mapped at the address specified in the image f… 4568 ERROR_USER_MAPPED_FILE - The requested operation cannot be performed on a file with a user-mapped s… 5632 …ic access types were contained in an access mask which should already be mapped to nongeneric type… 12640 ERROR_DS_NAME_ERROR_NOT_UNIQUE - Name translation: Input name mapped to more than one output name.
|