Home
last modified time | relevance | path

Searched refs:FDICreate (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/winetests/cabinet/
H A Dfdi.c231 hfdi = FDICreate(fdi_alloc, NULL, fdi_open, fdi_read, in test_FDICreate()
248 hfdi = FDICreate(fdi_alloc, fdi_free, NULL, fdi_read, in test_FDICreate()
264 hfdi = FDICreate(fdi_alloc, fdi_free, fdi_open, NULL, in test_FDICreate()
280 hfdi = FDICreate(fdi_alloc, fdi_free, fdi_open, fdi_read, in test_FDICreate()
296 hfdi = FDICreate(fdi_alloc, fdi_free, fdi_open, fdi_read, in test_FDICreate()
312 hfdi = FDICreate(fdi_alloc, fdi_free, fdi_open, fdi_read, in test_FDICreate()
328 hfdi = FDICreate(fdi_alloc, fdi_free, fdi_open, fdi_read, in test_FDICreate()
343 hfdi = FDICreate(fdi_alloc, fdi_free, fdi_open, fdi_read, in test_FDICreate()
380 hfdi = FDICreate(fdi_alloc, fdi_free, fdi_open, fdi_read, in test_FDIDestroy()
658 hfdi = FDICreate(fdi_alloc, fdi_free, fdi_open, fdi_read, in test_FDIIsCabinet()
[all …]
/reactos/dll/win32/cabinet/
H A Dcabinet.spec10 20 cdecl FDICreate(ptr ptr ptr ptr ptr ptr ptr long ptr)
H A Dcabinet_main.c336 hfdi = FDICreate(mem_alloc, in Extract()
H A Dfdi.c412 HFDI __cdecl FDICreate( in FDICreate() function
/reactos/sdk/include/psdk/
H A Dfdi.h275 HFDI __cdecl FDICreate(PFNALLOC, PFNFREE, PFNOPEN, PFNREAD, PFNWRITE,
/reactos/dll/shellext/cabview/
H A Dextract.cpp116 …hfdi = FDICreate(CabMemAlloc, CabMemFree, CabOpen, CabRead, CabWrite, CabClose, CabSeek, cpu, &erf… in Init()
/reactos/dll/win32/msi/
H A Dmedia.c576 hfdi = FDICreate( cabinet_alloc, cabinet_free, cabinet_open, cabinet_read, in extract_cabinet()
616 hfdi = FDICreate( cabinet_alloc, cabinet_free, cabinet_open_stream, cabinet_read_stream, in extract_cabinet_stream()