Home
last modified time | relevance | path

Searched refs:FDI_Int (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/cabinet/
H A Dfdi.c124 } FDI_Int; typedef
195 static FDI_Int *get_fdi_ptr( HFDI hfdi ) in get_fdi_ptr()
197 FDI_Int *fdi= (FDI_Int *)hfdi; in get_fdi_ptr()
423 FDI_Int *fdi; in FDICreate()
439 if (!((fdi = pfnalloc(sizeof(FDI_Int))))) { in FDICreate()
466 static LONG FDI_getoffset(FDI_Int *fdi, INT_PTR hf) in FDI_getoffset()
533 FDI_Int *fdi, in FDI_read_entries()
699 FDI_Int *fdi = get_fdi_ptr( hfdi ); in FDIIsCabinet()
2451 FDI_Int *fdi = get_fdi_ptr( hfdi ); in FDICopy()
2833 FDI_Int *fdi = get_fdi_ptr( hfdi ); in FDIDestroy()
[all …]
/reactos/dll/directx/wine/d3dxof/
H A Dmszip.h40 } FDI_Int, *PFDI_Int; typedef
H A Dmszip.c624 FDI_Int fdi; in mszip_decompress()