iPXE
png_chunk_handler Struct Reference

A PNG chunk handler. More...

Data Fields

uint32_t type
 Chunk type.
int(* handle )(struct image *image, struct png_context *png, size_t len)
 Handle chunk.

Detailed Description

A PNG chunk handler.

Definition at line 819 of file png.c.

Field Documentation

◆ type

uint32_t png_chunk_handler::type

Chunk type.

Definition at line 821 of file png.c.

Referenced by png_chunk().

◆ handle

int(* png_chunk_handler::handle) (struct image *image, struct png_context *png, size_t len)

Handle chunk.

Parameters
imagePNG image
pngPNG context
lenChunk length
Return values
rcReturn status code

Definition at line 830 of file png.c.

Referenced by png_chunk().


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