ReactOS 0.4.16-dev-816-g135a9a9
|
#include <chmc.h>
struct chmcConfig* chmcFile::config |
Definition at line 212 of file chmc.h.
Referenced by chmc_init(), chmc_section_create(), chmc_system_done(), and chmc_tree_done().
Definition at line 202 of file chmc.h.
Referenced by _lzx_get_bytes(), chmc_add_entry(), chmc_entries_free(), chmc_entries_qsort(), chmc_init(), and chmc_uncompressed_done().
int chmcFile::entries_num |
Definition at line 203 of file chmc.h.
Referenced by chmc_add_entry(), chmc_entries_qsort(), and chmc_pmgl_done().
int chmcFile::fd |
Definition at line 193 of file chmc.h.
Referenced by chmc_appendfile(), chmc_init(), chmc_term(), and chmc_write().
struct chmcIndexHeader chmcFile::idxhdr |
Definition at line 208 of file chmc.h.
Referenced by chmc_init(), chmc_system_done(), and chmc_tree_done().
struct chmcItsfHeader chmcFile::itsf |
Definition at line 194 of file chmc.h.
Referenced by chmc_init(), chmc_tree_done(), and chmc_write().
struct chmcItspHeader chmcFile::itsp |
Definition at line 196 of file chmc.h.
Referenced by chmc_init(), chmc_pmgi_add(), chmc_pmgi_add_entry(), chmc_pmgi_done(), chmc_pmgl_add(), chmc_pmgl_add_entry(), chmc_tree_done(), and chmc_write().
struct chmcPmgiChunkNode* chmcFile::pmgi_last |
Definition at line 206 of file chmc.h.
Referenced by chmc_pmgi_add(), and chmc_pmgi_add_entry().
Definition at line 205 of file chmc.h.
Referenced by chmc_init(), chmc_pmgi_add(), chmc_pmgi_free(), and chmc_write().
struct chmcPmglChunkNode* chmcFile::pmgl_last |
Definition at line 201 of file chmc.h.
Referenced by chmc_pmgl_add(), and chmc_pmgl_add_entry().
Definition at line 200 of file chmc.h.
Referenced by chmc_init(), chmc_pmgi_done(), chmc_pmgl_add(), chmc_pmgl_free(), and chmc_write().
Definition at line 195 of file chmc.h.
Referenced by chmc_init(), chmc_tree_done(), chmc_uncompressed_done(), and chmc_write().
struct chmcSection** chmcFile::sections |
Definition at line 199 of file chmc.h.
Referenced by _lzx_get_bytes(), chmc_add_file(), chmc_add_meta(), chmc_compressed_add_mark(), chmc_control_data_done(), chmc_namelist_create(), chmc_reset_table_done(), chmc_sections_done(), chmc_term(), chmc_tree_done(), and chmc_uncompressed_done().
Definition at line 198 of file chmc.h.
Referenced by chmc_init(), chmc_section_add(), chmc_section_lookup(), chmc_sections_done(), chmc_sections_free(), and chmc_tree_done().
int chmcFile::sections_num |
Definition at line 197 of file chmc.h.
Referenced by chmc_add_entry(), chmc_add_file(), chmc_add_meta(), chmc_namelist_create(), chmc_section_add(), and chmc_sections_done().
struct chmcTreeNode** chmcFile::sort_entries |
Definition at line 204 of file chmc.h.
Referenced by chmc_entries_free(), chmc_entries_qsort(), and chmc_pmgl_done().
UChar* chmcFile::strings |
Definition at line 209 of file chmc.h.
Referenced by chmc_init(), chmc_strings_add(), chmc_term(), and chmc_tree_done().
UInt32 chmcFile::strings_len |
Definition at line 211 of file chmc.h.
Referenced by chmc_init(), chmc_strings_add(), and chmc_tree_done().
UInt32 chmcFile::strings_offset |
Definition at line 210 of file chmc.h.
Referenced by chmc_init(), and chmc_strings_add().
struct chmcSystem chmcFile::system |
Definition at line 207 of file chmc.h.
Referenced by chmc_init(), and chmc_system_done().