iPXE
Data Fields
gzip_footer Struct Reference

gzip footer More...

#include <gzip.h>

Data Fields

uint32_t crc
 CRC-32. More...
 
uint32_t len
 Uncompressed size (modulo 2^32) More...
 

Detailed Description

gzip footer

Definition at line 62 of file gzip.h.

Field Documentation

◆ crc

uint32_t gzip_footer::crc

CRC-32.

Definition at line 64 of file gzip.h.

◆ len

uint32_t gzip_footer::len

Uncompressed size (modulo 2^32)

Definition at line 66 of file gzip.h.

Referenced by gzip_extract().


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