ARB
|
#include "gb_storage.h"
Go to the source code of this file.
Classes | |
struct | gb_compress_tree |
struct | gb_compress_list |
Macros | |
#define | GB_COMPRESSION_TAGS_SIZE_MAX 100 |
Enumerations | |
enum | gb_compress_list_commands { GB_CS_OK = 0, GB_CS_SUB = 1, GB_CS_ID = 2, GB_CS_END = 3, GB_CD_NODE = 4 } |
Variables | |
int | gb_convert_type_2_sizeof [] |
int | gb_convert_type_2_appendix_size [] |
#define GB_COMPRESSION_TAGS_SIZE_MAX 100 |
Definition at line 18 of file gb_compress.h.
Referenced by gb_compress_by_dictionary(), GB_is_dictionary_compressed(), and gb_uncompress_data().
Enumerator | |
---|---|
GB_CS_OK | |
GB_CS_SUB | |
GB_CS_ID | |
GB_CS_END | |
GB_CD_NODE |
Definition at line 20 of file gb_compress.h.
int gb_convert_type_2_sizeof[] |
Definition at line 223 of file arbdb.cxx.
Referenced by gb_read_pntr_ts().
int gb_convert_type_2_appendix_size[] |
Definition at line 244 of file arbdb.cxx.
Referenced by gb_read_pntr_ts().