Eneboo - Documentación para desarrolladores
|
#include <pg_lzcompress.h>
Atributos públicos | |
unsigned char * | temp_buf |
unsigned char * | cp_in |
unsigned char * | cp_end |
unsigned char * | cp_out |
unsigned char * | cp_copy |
int(* | next_char )(struct PGLZ_DecompState *dstate) |
int | tocopy |
int | ctrl_count |
unsigned char | ctrl |
unsigned char* PGLZ_DecompState::cp_copy |
unsigned char* PGLZ_DecompState::cp_end |
unsigned char* PGLZ_DecompState::cp_in |
unsigned char* PGLZ_DecompState::cp_out |
unsigned char PGLZ_DecompState::ctrl |
int(* PGLZ_DecompState::next_char)(struct PGLZ_DecompState *dstate) |
unsigned char* PGLZ_DecompState::temp_buf |