ReactOS 0.4.16-dev-250-g3ecd236
|
#include <mszip.h>
PFNALLOC FDI_Int::alloc |
Definition at line 116 of file fdi.c.
Referenced by FDI_read_string(), FDICopy(), and FDICreate().
PFNCLOSE FDI_Int::close |
Definition at line 121 of file fdi.c.
Referenced by FDICopy(), FDICreate(), and free_decompression_mem().
PFNFREE FDI_Int::free |
Definition at line 117 of file fdi.c.
Referenced by FDI_read_entries(), FDI_read_string(), fdi_Ziphuft_free(), FDICopy(), FDICreate(), FDIDestroy(), free_decompression_mem(), and free_decompression_temps().
Definition at line 115 of file fdi.c.
Referenced by FDICreate(), FDIDestroy(), and get_fdi_ptr().
PFNOPEN FDI_Int::open |
Definition at line 118 of file fdi.c.
Referenced by FDICopy(), and FDICreate().
PERF FDI_Int::perf |
Definition at line 39 of file mszip.h.
Referenced by FDICopy(), FDICreate(), and set_error().
PFNALLOC FDI_Int::pfnalloc |
Definition at line 32 of file mszip.h.
Referenced by mszip_decompress().
PFNFREE FDI_Int::pfnfree |
Definition at line 33 of file mszip.h.
Referenced by mszip_decompress().
PFNREAD FDI_Int::read |
Definition at line 119 of file fdi.c.
Referenced by FDI_read_entries(), FDI_read_string(), FDICopy(), and FDICreate().
PFNSEEK FDI_Int::seek |
Definition at line 122 of file fdi.c.
Referenced by FDI_getoffset(), FDI_read_entries(), FDI_read_string(), FDICopy(), and FDICreate().
PFNWRITE FDI_Int::write |
Definition at line 120 of file fdi.c.
Referenced by FDICreate().