|
GNU libmicrohttpd 1.0.1
|
types alignment macros More...


Go to the source code of this file.
Data Structures | |
| struct | _mhd_dummy_uint32_offset_test |
| struct | _mhd_dummy_uint64_offset_test |
Macros | |
| #define | _MHD_OFFSETOF(strct, membr) |
| #define | _MHD_UINT32_ALIGN _MHD_OFFSETOF(struct _mhd_dummy_uint32_offset_test, ui32) |
| #define | _MHD_UINT64_ALIGN _MHD_OFFSETOF(struct _mhd_dummy_uint64_offset_test, ui64) |
types alignment macros
Definition in file mhd_align.h.
| #define _MHD_OFFSETOF | ( | strct, | |
| membr | |||
| ) |
Definition at line 70 of file mhd_align.h.
| #define _MHD_UINT32_ALIGN _MHD_OFFSETOF(struct _mhd_dummy_uint32_offset_test, ui32) |
Definition at line 85 of file mhd_align.h.
| #define _MHD_UINT64_ALIGN _MHD_OFFSETOF(struct _mhd_dummy_uint64_offset_test, ui64) |
Definition at line 93 of file mhd_align.h.