|
ARB
|
#include <gb_key.h>

Public Attributes | |
| char * | key |
| long | nref |
| long | next_free_key |
| long | nref_last_saved |
| GBDATA * | gb_key |
| GBCONTAINER * | gb_master_ali |
| int | gb_key_disabled |
| int | compression_mask |
| GB_DICTIONARY * | dictionary |
| char* gb_Key::key |
Definition at line 29 of file gb_key.h.
Referenced by createGbdByKey(), g_b_opti_createGbdByKey(), gb_create_dictionaries(), gb_create_key(), gb_load_single_key_data(), GB_print_debug_information(), gb_read_bin(), gb_write_bin(), gbcmc_read_keys(), gbcms_write_keys(), and quark2key().
| long gb_Key::nref |
Definition at line 31 of file gb_key.h.
Referenced by createGbdByKey(), GB_MAIN_TYPE::free_all_keys(), g_b_opti_createGbdByKey(), gb_create_key(), GB_print_debug_information(), gb_read_bin(), gb_write_bin(), gb_write_index_key(), gbcmc_read_keys(), gbcms_write_keys(), and quark2gbmindex().
| long gb_Key::next_free_key |
Definition at line 32 of file gb_key.h.
Referenced by GB_MAIN_TYPE::free_all_keys(), gb_create_key(), GB_print_debug_information(), gb_read_bin(), gbcmc_read_keys(), and gbcms_write_keys().
| long gb_Key::nref_last_saved |
Definition at line 33 of file gb_key.h.
Referenced by gb_read_bin(), and gb_read_bin_rek_V2().
| GBDATA* gb_Key::gb_key |
Definition at line 35 of file gb_key.h.
Referenced by gb_get_compression_mask(), gb_get_dictionary(), gb_load_single_key_data(), and gb_system_key_changed_cb().
| GBCONTAINER* gb_Key::gb_master_ali |
Definition at line 36 of file gb_key.h.
Referenced by compress_sequence_tree(), gb_load_single_key_data(), gb_system_master_changed_cb(), and gb_uncompress_by_sequence().
| int gb_Key::gb_key_disabled |
Definition at line 37 of file gb_key.h.
Referenced by gb_get_compression_mask(), gb_get_dictionary(), and gb_load_single_key_data().
| int gb_Key::compression_mask |
Definition at line 38 of file gb_key.h.
Referenced by gb_create_dictionaries(), gb_create_key_array(), gb_get_compression_mask(), and gb_load_single_key_data().
| GB_DICTIONARY* gb_Key::dictionary |
Definition at line 39 of file gb_key.h.
Referenced by gb_get_dictionary(), gb_load_single_key_data(), and gb_system_key_changed_cb().
1.8.8