Data Fields | |
struct PGLZ_HistEntry * | next |
struct PGLZ_HistEntry * | prev |
int | hindex |
const char * | pos |
Definition at line 199 of file pg_lzcompress.c.
Definition at line 203 of file pg_lzcompress.c.
struct PGLZ_HistEntry* PGLZ_HistEntry::next |
Definition at line 201 of file pg_lzcompress.c.
Referenced by pglz_find_match().
const char* PGLZ_HistEntry::pos |
Definition at line 204 of file pg_lzcompress.c.
Referenced by pglz_find_match().
struct PGLZ_HistEntry* PGLZ_HistEntry::prev |
Definition at line 202 of file pg_lzcompress.c.