ReactOS 0.4.15-dev-7906-g1b85a5f
FDI_Int Struct Reference

#include <mszip.h>

Collaboration diagram for FDI_Int:

Public Attributes

unsigned int FDI_Intmagic
 
PFNALLOC pfnalloc
 
PFNFREE pfnfree
 
PFNOPEN pfnopen
 
PFNREAD pfnread
 
PFNWRITE pfnwrite
 
PFNCLOSE pfnclose
 
PFNSEEK pfnseek
 
PERF perf
 
unsigned int magic
 
PFNALLOC alloc
 
PFNFREE free
 
PFNOPEN open
 
PFNREAD read
 
PFNWRITE write
 
PFNCLOSE close
 
PFNSEEK seek
 

Detailed Description

Definition at line 30 of file mszip.h.

Member Data Documentation

◆ alloc

PFNALLOC FDI_Int::alloc

Definition at line 116 of file fdi.c.

Referenced by FDI_read_string(), FDICopy(), and FDICreate().

◆ close

PFNCLOSE FDI_Int::close

Definition at line 121 of file fdi.c.

Referenced by FDICopy(), FDICreate(), and free_decompression_mem().

◆ FDI_Intmagic

unsigned int FDI_Int::FDI_Intmagic

Definition at line 31 of file mszip.h.

◆ free

◆ magic

unsigned int FDI_Int::magic

Definition at line 115 of file fdi.c.

Referenced by FDICreate(), FDIDestroy(), and get_fdi_ptr().

◆ open

PFNOPEN FDI_Int::open

Definition at line 118 of file fdi.c.

Referenced by FDICopy(), and FDICreate().

◆ perf

PERF FDI_Int::perf

Definition at line 39 of file mszip.h.

Referenced by FDICopy(), FDICreate(), and set_error().

◆ pfnalloc

PFNALLOC FDI_Int::pfnalloc

Definition at line 32 of file mszip.h.

Referenced by mszip_decompress().

◆ pfnclose

PFNCLOSE FDI_Int::pfnclose

Definition at line 37 of file mszip.h.

◆ pfnfree

PFNFREE FDI_Int::pfnfree

Definition at line 33 of file mszip.h.

Referenced by mszip_decompress().

◆ pfnopen

PFNOPEN FDI_Int::pfnopen

Definition at line 34 of file mszip.h.

◆ pfnread

PFNREAD FDI_Int::pfnread

Definition at line 35 of file mszip.h.

◆ pfnseek

PFNSEEK FDI_Int::pfnseek

Definition at line 38 of file mszip.h.

◆ pfnwrite

PFNWRITE FDI_Int::pfnwrite

Definition at line 36 of file mszip.h.

◆ read

PFNREAD FDI_Int::read

Definition at line 119 of file fdi.c.

Referenced by FDI_read_entries(), FDI_read_string(), FDICopy(), and FDICreate().

◆ seek

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().

◆ write

PFNWRITE FDI_Int::write

Definition at line 120 of file fdi.c.

Referenced by FDICreate().


The documentation for this struct was generated from the following files: