|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <mszip.h>

Public Attributes | |
| void * | hfdi |
| cab_UBYTE | inbuf [CAB_INPUTMAX+2] |
| cab_UBYTE | outbuf [CAB_BLOCKMAX] |
| union { | |
| struct ZIPstate zip | |
| } | methods |
| FDI_Int * | fdi |
| INT_PTR | filehf |
| INT_PTR | cabhf |
| struct fdi_folder * | current |
| cab_ULONG | offset |
| cab_UBYTE * | outpos |
| cab_UWORD | outlen |
| int(* | decompress )(int, int, struct fdi_cds_fwd *) |
| union { | |
| struct ZIPstate zip | |
| struct QTMstate qtm | |
| struct LZXstate lzx | |
| } | methods |
| cab_UBYTE | q_length_base [27] |
| cab_UBYTE | q_length_extra [27] |
| cab_UBYTE | q_extra_bits [42] |
| cab_ULONG | q_position_base [42] |
| cab_ULONG | lzx_position_base [51] |
| cab_UBYTE | extra_bits [51] |
| USHORT | setID |
| USHORT | iCabinet |
| struct fdi_cds_fwd * | decomp_cab |
| MORE_ISCAB_INFO | mii |
| struct fdi_folder * | firstfol |
| struct fdi_file * | firstfile |
| struct fdi_cds_fwd * | next |
| INT_PTR fdi_cds_fwd::cabhf |
Definition at line 139 of file fdi.c.
Referenced by fdi_decomp().
| struct fdi_folder* fdi_cds_fwd::current |
| struct fdi_cds_fwd* fdi_cds_fwd::decomp_cab |
| int(* fdi_cds_fwd::decompress) (int, int, struct fdi_cds_fwd *) |
| FDI_Int* fdi_cds_fwd::fdi |
Definition at line 138 of file fdi.c.
Referenced by get_fdi_ptr(), and set_error().
Definition at line 162 of file fdi.c.
Referenced by fdi_decomp().
| struct fdi_folder* fdi_cds_fwd::firstfol |
Definition at line 161 of file fdi.c.
Referenced by fdi_decomp().
| void* fdi_cds_fwd::hfdi |
Definition at line 101 of file mszip.h.
Referenced by get_fdi_ptr(), and mszip_decompress().
| USHORT fdi_cds_fwd::iCabinet |
Definition at line 158 of file fdi.c.
Referenced by fdi_decomp().
| cab_UBYTE fdi_cds_fwd::inbuf |
Definition at line 102 of file mszip.h.
Referenced by mszip_decompress().
| union { ... } fdi_cds_fwd::methods |
| union { ... } fdi_cds_fwd::methods |
| MORE_ISCAB_INFO fdi_cds_fwd::mii |
Definition at line 160 of file fdi.c.
Referenced by fdi_decomp().
| struct fdi_cds_fwd* fdi_cds_fwd::next |
Definition at line 163 of file fdi.c.
Referenced by fdi_decomp().
| cab_UBYTE fdi_cds_fwd::outbuf |
Definition at line 103 of file mszip.h.
Referenced by mszip_decompress().
| USHORT fdi_cds_fwd::setID |
Definition at line 157 of file fdi.c.
Referenced by fdi_decomp().