GNU libmicrohttpd 1.0.0
|
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.
Referenced by md5_transform(), MHD_MD5_finish(), MHD_SHA1_finish(), MHD_SHA256_finish(), sha1_transform(), and sha256_transform().
#define _MHD_UINT64_ALIGN _MHD_OFFSETOF(struct _mhd_dummy_uint64_offset_test, ui64) |
Definition at line 93 of file mhd_align.h.
Referenced by _MHD_PUT_64BIT_BE_SAFE(), _MHD_PUT_64BIT_LE_SAFE(), MHD_SHA512_256_finish(), and sha512_256_transform().