iPXE
|
A chunk of data. More...
#include <deflate.h>
Data Fields | |
userptr_t | data |
Data. More... | |
size_t | offset |
Current offset. More... | |
size_t | len |
Length of data. More... | |
userptr_t deflate_chunk::data |
Data.
Definition at line 243 of file deflate.h.
Referenced by png_image_header(), png_pixbuf(), png_pixels_pass(), and png_unfilter_pass().
size_t deflate_chunk::offset |
Current offset.
Definition at line 245 of file deflate.h.
Referenced by png_image_end(), png_pixels(), png_pixels_pass(), png_unfilter(), and png_unfilter_pass().
size_t deflate_chunk::len |
Length of data.
Definition at line 247 of file deflate.h.
Referenced by png_image_end(), png_image_header(), png_pixels(), and png_unfilter().