ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Macros | |
#define | offsetof(x, y) FIELD_OFFSET(x,y) |
#define | nil (0) |
#define | nelem(arr) (sizeof((arr)[0]) / sizeof((arr))) |
#define | werrstr(str, ...) DPRINT(str "\n" ,##__VA_ARGS__) |
#define | malloc(x) RosSymAllocMem(x) |
#define | mallocz(x, y) RosSymAllocMemZero(x,y) |
#define | free(x) xfree(x) |
#define | USED(x) (*((char *)&(x)) ^= 0) |
#define | memset(x, y, z) RtlZeroMemory(x,z) |
Typedefs | |
typedef signed char | schar |
typedef unsigned char | uchar |
typedef unsigned int | uint |
typedef unsigned long | ulong |
typedef unsigned long long | uvlong |
typedef unsigned short | u16int |
typedef short | s16int |
typedef unsigned int | u32int |
typedef int | s32int |
typedef unsigned long long | u64int |
typedef long long | s64int |
typedef ulong | size_t |
Functions | |
int | readn (void *fd, char *buf, ulong len) |
int | seek (void *fd, ulong off, int mode) |
void * | RosSymAllocMemZero (ulong num, ulong size) |
void * | RosSymRealloc (void *mem, ulong newsize) |
void | xfree (void *v) |
Definition at line 51 of file pe.c.
Referenced by all_renderers_seek(), BmpDecoder_ReadHeaders(), check_bom(), ConvertFromREFTIME(), ConvertToREFTIME(), fdi_decomp(), found_getposition(), found_setposition(), FoundCapabilities(), FoundDuration(), GdipLoadImageFromStream(), get_decoder_info(), GifDecoder_Initialize(), has_png_transparency_chunk(), IcoDecoder_GetFrame(), IcoDecoder_Initialize(), ImagingFactory_CreateDecoderFromStream(), load_emf(), load_wmf(), MCICDA_Seek(), MediaSeekingPassThru_CheckCapabilities(), MediaSeekingPassThru_ConvertTimeFormat(), MediaSeekingPassThru_GetAvailable(), MediaSeekingPassThru_GetCapabilities(), MediaSeekingPassThru_GetCurrentPosition(), MediaSeekingPassThru_GetDuration(), MediaSeekingPassThru_GetPositions(), MediaSeekingPassThru_GetPreroll(), MediaSeekingPassThru_GetRate(), MediaSeekingPassThru_GetStopPosition(), MediaSeekingPassThru_GetTimeFormat(), MediaSeekingPassThru_IsFormatSupported(), MediaSeekingPassThru_IsUsingTimeFormat(), MediaSeekingPassThru_QueryPreferredFormat(), MediaSeekingPassThru_SetPositions(), MediaSeekingPassThru_SetRate(), MediaSeekingPassThru_SetTimeFormat(), PropertyStorage_ReadFromStream(), PropertyStorage_WriteDictionaryToStream(), PropertyStorage_WriteHeadersToStream(), PropertyStorage_WritePropertyToStream(), PropertyStorage_WriteToStream(), ReadIcoDib(), TgaDecoder_Frame_CopyPalette(), TgaDecoder_Initialize(), and TgaDecoder_ReadImage().