iPXE
mime_encoding Struct Reference

A MIME content transfer encoding. More...

#include <mime.h>

Data Fields

const char * name
 Name.
int(* decode )(struct image *image, const struct mime_headers *headers, struct image *decoded)
 Decode entity.

Detailed Description

A MIME content transfer encoding.

Definition at line 52 of file mime.h.

Field Documentation

◆ name

const char* mime_encoding::name

Name.

Definition at line 54 of file mime.h.

Referenced by mime_encoding(), and mime_extract_entity().

◆ decode

int(* mime_encoding::decode) (struct image *image, const struct mime_headers *headers, struct image *decoded)

Decode entity.

Parameters
imageMIME image
headersMIME headers
decodedDecoded image
Return values
rcReturn status code

Definition at line 63 of file mime.h.

Referenced by mime_extract_entity().


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