|
iPXE
|
A chunk of data. More...
#include <deflate.h>
Data Fields | |
| void * | data |
| Data. More... | |
| size_t | offset |
| Current offset. More... | |
| size_t | len |
| Length of data. More... | |
| void* deflate_chunk::data |
Data.
Definition at line 247 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 249 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 251 of file deflate.h.
Referenced by png_image_end(), png_image_header(), png_pixels(), and png_unfilter().
1.8.15