iPXE
Data Fields
png_chunk_handler Struct Reference

A PNG chunk handler. More...

Data Fields

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

Detailed Description

A PNG chunk handler.

Definition at line 839 of file png.c.

Field Documentation

◆ type

uint32_t png_chunk_handler::type

Chunk type.

Definition at line 841 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 850 of file png.c.

Referenced by png_chunk().


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