Searched refs:PCCAB (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | fci.h | 162 } 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 D | files.c | 194 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 D | extract.c | 136 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 D | fdi.c | 449 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 D | fci.c | 160 PCCAB pccab; 1010 PCCAB pccab, in FCICreate()
|
/reactos/modules/rostests/winetests/msi/ |
H A D | install.c | 2120 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()
|