Home
last modified time | relevance | path

Searched refs:PFDI_ALLOC (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/wine/d3dxof/
H A Dmszip.h45 #define PFDI_ALLOC(hfdi, size) ((*PFDI_INT(hfdi)->pfnalloc) (size)) macro
H A Dmszip.c175 if (!(q = PFDI_ALLOC(CAB(hfdi), (z + 1)*sizeof(struct Ziphuft)))) in fdi_Ziphuft_build()