#include <HdrToken.h>
Data Fields | |
const char * | name |
int32_t | slotid |
uint64_t | mask |
uint32_t | flags |
Definition at line 60 of file HdrToken.h.
uint32_t HdrTokenFieldInfo::flags |
Definition at line 65 of file HdrToken.h.
Referenced by hdrtoken_init(), and hdrtoken_wks_to_flags().
uint64_t HdrTokenFieldInfo::mask |
Definition at line 64 of file HdrToken.h.
Referenced by hdrtoken_init(), hdrtoken_wks_to_mask(), and mime_hdr_field_find().
const char* HdrTokenFieldInfo::name |
Definition at line 62 of file HdrToken.h.
Referenced by hdrtoken_init().
int32_t HdrTokenFieldInfo::slotid |
Definition at line 63 of file HdrToken.h.
Referenced by hdrtoken_init(), hdrtoken_wks_to_slotid(), and mime_hdr_field_find().