Home
last modified time | relevance | path

Searched refs:PCCAB (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/psdk/
H A Dfci.h162 } CCAB, *PCCAB; typedef
190 typedef BOOL (__cdecl *PFNFCIGETNEXTCABINET)(PCCAB pccab, ULONG cbPrevCab, void *pv);
191 #define FNFCIGETNEXTCABINET(fn) BOOL __cdecl fn(PCCAB pccab, \
195 typedef int (__cdecl *PFNFCIFILEPLACED)(PCCAB pccab,
200 #define FNFCIFILEPLACED(fn) int __cdecl fn(PCCAB pccab, \
243 PFNFCISEEK, PFNFCIDELETE, PFNFCIGETTEMPFILE, PCCAB,
/reactos/modules/rostests/winetests/advpack/
H A Dfiles.c194 static BOOL CDECL get_next_cabinet(PCCAB pccab, ULONG cbPrevCab, void *pv) in get_next_cabinet()
204 static int CDECL file_placed(PCCAB pccab, char *pszFile, LONG cbFile, in file_placed()
344 static void set_cab_parameters(PCCAB pCabParams) in set_cab_parameters()
/reactos/modules/rostests/winetests/cabinet/
H A Dextract.c136 static BOOL CDECL get_next_cabinet(PCCAB pccab, ULONG cbPrevCab, void *pv) in get_next_cabinet()
146 static int CDECL file_placed(PCCAB pccab, char *pszFile, LONG cbFile, in file_placed()
286 static void set_cab_parameters(PCCAB pCabParams) in set_cab_parameters()
H A Dfdi.c449 static BOOL CDECL get_next_cabinet(PCCAB pccab, ULONG cbPrevCab, void *pv) in get_next_cabinet()
459 static int CDECL file_placed(PCCAB pccab, char *pszFile, LONG cbFile, in file_placed()
602 static void set_cab_parameters(PCCAB pCabParams) in set_cab_parameters()
/reactos/dll/win32/cabinet/
H A Dfci.c160 PCCAB pccab;
1010 PCCAB pccab, in FCICreate()
/reactos/modules/rostests/winetests/msi/
H A Dinstall.c2120 static BOOL CDECL get_next_cabinet(PCCAB pccab, ULONG cbPrevCab, void *pv) in get_next_cabinet()
2131 static int CDECL file_placed(PCCAB pccab, char *pszFile, LONG cbFile, in file_placed()
2294 static void set_cab_parameters(PCCAB pCabParams, const CHAR *name, DWORD max_size) in set_cab_parameters()