Searched refs:fdi_free (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/cabinet/ |
H A D | fdi.c | 137 static void CDECL fdi_free(void *pv) in fdi_free() function 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/directx/wine/d3dxof/ |
H A D | mszip.c | 615 static void __cdecl fdi_free(void *pv) in fdi_free() function 635 fdi.pfnfree = fdi_free; in mszip_decompress()
|