Searched refs:FDICreate (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/winetests/cabinet/ |
H A D | fdi.c | 231 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 D | cabinet.spec | 10 20 cdecl FDICreate(ptr ptr ptr ptr ptr ptr ptr long ptr)
|
H A D | cabinet_main.c | 336 hfdi = FDICreate(mem_alloc, in Extract()
|
H A D | fdi.c | 412 HFDI __cdecl FDICreate( in FDICreate() function
|
/reactos/sdk/include/psdk/ |
H A D | fdi.h | 275 HFDI __cdecl FDICreate(PFNALLOC, PFNFREE, PFNOPEN, PFNREAD, PFNWRITE,
|
/reactos/dll/shellext/cabview/ |
H A D | extract.cpp | 116 …hfdi = FDICreate(CabMemAlloc, CabMemFree, CabOpen, CabRead, CabWrite, CabClose, CabSeek, cpu, &erf… in Init()
|
/reactos/dll/win32/msi/ |
H A D | media.c | 576 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()
|