ReactOS 0.4.15-dev-7907-g95bf896
gz_header_s Struct Reference

#include <zlib.h>

Collaboration diagram for gz_header_s:

Public Attributes

int text
 
uLong time
 
int xflags
 
int os
 
Bytefextra
 
uInt extra_len
 
uInt extra_max
 
Bytefname
 
uInt name_max
 
Bytefcomment
 
uInt comm_max
 
int hcrc
 
int done
 

Detailed Description

Definition at line 86 of file zlib.h.

Member Data Documentation

◆ comm_max

uInt gz_header_s::comm_max

Definition at line 97 of file zlib.h.

◆ comment

Bytef * gz_header_s::comment

Definition at line 96 of file zlib.h.

◆ done

int gz_header_s::done

Definition at line 99 of file zlib.h.

◆ extra

Bytef * gz_header_s::extra

Definition at line 91 of file zlib.h.

◆ extra_len

uInt gz_header_s::extra_len

Definition at line 92 of file zlib.h.

◆ extra_max

uInt gz_header_s::extra_max

Definition at line 93 of file zlib.h.

◆ hcrc

int gz_header_s::hcrc

Definition at line 98 of file zlib.h.

◆ name

Bytef * gz_header_s::name

Definition at line 94 of file zlib.h.

◆ name_max

uInt gz_header_s::name_max

Definition at line 95 of file zlib.h.

◆ os

int gz_header_s::os

Definition at line 90 of file zlib.h.

◆ text

int gz_header_s::text

Definition at line 87 of file zlib.h.

◆ time

uLong gz_header_s::time

Definition at line 88 of file zlib.h.

◆ xflags

int gz_header_s::xflags

Definition at line 89 of file zlib.h.


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