HomeSort by relevance Sort by last modified time
    Searched refs:DIAMONDAPI (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 21 #ifndef DIAMONDAPI
22 #define DIAMONDAPI __cdecl
167 typedef void *(DIAMONDAPI *PFNFCIALLOC)(ULONG cb);
168 #define FNFCIALLOC(fn) void *DIAMONDAPI fn(ULONG cb)
170 typedef void (DIAMONDAPI *PFNFCIFREE)(void *memory);
171 #define FNFCIFREE(fn) void DIAMONDAPI fn(void *memory)
173 typedef INT_PTR (DIAMONDAPI *PFNFCIOPEN) (char *pszFile,int oflag,int pmode,int *err,void *pv);
174 typedef UINT (DIAMONDAPI *PFNFCIREAD) (INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
175 typedef UINT (DIAMONDAPI *PFNFCIWRITE)(INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
176 typedef int (DIAMONDAPI *PFNFCICLOSE)(INT_PTR hf,int *err,void *pv)
    [all...]
fdi.h 21 #ifndef DIAMONDAPI
22 #define DIAMONDAPI __cdecl
196 typedef void *(DIAMONDAPI *PFNALLOC)(ULONG cb);
197 #define FNALLOC(fn) void *DIAMONDAPI fn(ULONG cb)
199 typedef void (DIAMONDAPI *PFNFREE)(void *pv);
200 #define FNFREE(fn) void DIAMONDAPI fn(void *pv)
202 typedef INT_PTR (DIAMONDAPI *PFNOPEN) (char *pszFile,int oflag,int pmode);
203 typedef UINT (DIAMONDAPI *PFNREAD) (INT_PTR hf,void *pv,UINT cb);
204 typedef UINT (DIAMONDAPI *PFNWRITE)(INT_PTR hf,void *pv,UINT cb);
205 typedef int (DIAMONDAPI *PFNCLOSE)(INT_PTR hf)
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
decompress.cc 168 typedef HFDI (DIAMONDAPI* FDICreateFn)(PFNALLOC alloc, PFNFREE free,
172 typedef BOOL (DIAMONDAPI* FDIDestroyFn)(HFDI fdi);
173 typedef BOOL (DIAMONDAPI* FDICopyFn)(HFDI fdi, char* cab, char* cab_path,

Completed in 66 milliseconds