libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
mz_stream Struct Reference

Data Fields

const unsigned char * next_in
 
unsigned int avail_in
 
mz_ulong total_in
 
unsigned char * next_out
 
unsigned int avail_out
 
mz_ulong total_out
 
char * msg
 
struct mz_internal_state * state
 
mz_alloc_func zalloc
 
mz_free_func zfree
 
void * opaque
 
int data_type
 
mz_ulong adler
 
mz_ulong reserved
 

Detailed Description

Definition at line 368 of file miniz.h.

Field Documentation

◆ adler

mz_ulong adler

Definition at line 387 of file miniz.h.

◆ avail_in

unsigned int avail_in

Definition at line 370 of file miniz.h.

◆ avail_out

unsigned int avail_out

Definition at line 374 of file miniz.h.

◆ data_type

int data_type

Definition at line 386 of file miniz.h.

◆ msg

char* msg

Definition at line 377 of file miniz.h.

◆ next_in

const unsigned char* next_in

Definition at line 369 of file miniz.h.

◆ next_out

unsigned char* next_out

Definition at line 373 of file miniz.h.

◆ opaque

void* opaque

Definition at line 384 of file miniz.h.

◆ reserved

mz_ulong reserved

Definition at line 388 of file miniz.h.

◆ state

struct mz_internal_state* state

Definition at line 379 of file miniz.h.

◆ total_in

mz_ulong total_in

Definition at line 371 of file miniz.h.

◆ total_out

mz_ulong total_out

Definition at line 375 of file miniz.h.

◆ zalloc

mz_alloc_func zalloc

Definition at line 382 of file miniz.h.

◆ zfree

mz_free_func zfree

Definition at line 383 of file miniz.h.


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