ARB
|
#include <gb_dict.h>
Public Attributes | |
int | words |
int | textlen |
unsigned char * | text |
GB_NINT * | offsets |
GB_NINT * | resort |
int GB_DICTIONARY::words |
Definition at line 17 of file gb_dict.h.
Referenced by gb_create_dict(), gb_create_dictionaries(), gb_create_dictionary(), gb_free_dictionary(), gb_uncompress_by_dictionary_internal(), searchWord(), and sort_dict_offsets().
int GB_DICTIONARY::textlen |
Definition at line 18 of file gb_dict.h.
Referenced by gb_create_dict(), gb_create_dictionaries(), gb_create_dictionary(), gb_free_dictionary(), and searchWord().
unsigned char* GB_DICTIONARY::text |
Definition at line 19 of file gb_dict.h.
Referenced by gb_create_dict(), gb_create_dictionaries(), gb_create_dictionary(), gb_free_dictionary(), gb_uncompress_by_dictionary_internal(), and searchWord().
GB_NINT* GB_DICTIONARY::offsets |
Definition at line 20 of file gb_dict.h.
Referenced by gb_compress_by_dictionary(), gb_create_dict(), gb_create_dictionaries(), gb_create_dictionary(), gb_free_dictionary(), gb_uncompress_by_dictionary_internal(), INDEX_DICT_OFFSET(), and sort_dict_offsets().
GB_NINT* GB_DICTIONARY::resort |
Definition at line 21 of file gb_dict.h.
Referenced by ALPHA_DICT_OFFSET(), gb_create_dict(), gb_create_dictionaries(), gb_create_dictionary(), gb_free_dictionary(), searchWord(), and sort_dict_offsets().