iPXE
mime_attribute Struct Reference

A MIME attribute. More...

#include <mime.h>

Data Fields

const char * value
 Attribute value (not NUL-terminated).
size_t len
 Length of value.

Detailed Description

A MIME attribute.

Definition at line 16 of file mime.h.

Field Documentation

◆ value

const char* mime_attribute::value

Attribute value (not NUL-terminated).

Definition at line 18 of file mime.h.

Referenced by mime_part_end().

◆ len

size_t mime_attribute::len

Length of value.

Definition at line 20 of file mime.h.

Referenced by mime_part_end(), and mime_part_next().


The documentation for this struct was generated from the following file: