HomeSort by: relevance | last modified time | path
    Searched refs:WINAPI (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win_defs.h 19 #ifndef WINAPI
21 #define WINAPI __stdcall
23 #define WINAPI
sanitizer_win_dll_thunk.cc 21 void *WINAPI GetModuleHandleA(const char *module_name);
93 static void WINAPI dll_thunk_thread_init(void *mod, unsigned long reason,
99 __declspec(allocate(".CRT$XLAB")) void (WINAPI *__dll_thunk_tls_init)(void *,
sanitizer_win_weak_interception.cc 24 void *WINAPI GetModuleHandleA(const char *module_name);
85 static void WINAPI weak_intercept_thread_init(void *mod, unsigned long reason,
91 __declspec(allocate(".CRT$XLAB")) void(WINAPI *__weak_intercept_tls_init)(
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win_dll_thunk.cc 142 static void WINAPI asan_thread_init(void *mod, unsigned long reason,
148 __declspec(allocate(".CRT$XLAB")) void (WINAPI *__asan_tls_init)(void *,
asan_win.cc 68 static long WINAPI SEHHandler(EXCEPTION_POINTERS *info) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_pthread_wrappers.h 36 inline DWORD WINAPI PthreadHelperThreadProc(void *arg) {
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilWindows.cpp 68 BOOL WINAPI CtrlHandler(DWORD dwCtrlType) {
  /src/sys/net/
zlib.h 216 # define ZEXPORT WINAPI
226 # define ZEXPORT __declspec(dllexport) WINAPI
  /src/sys/arch/hpc/stand/hpcboot/
hpcboot.cpp 54 int WINAPI
  /src/common/dist/zlib/
zconf.h 351 /* If building or using zlib with the WINAPI/WINAPIV calling convention,
364 /* For complete Windows compatibility, use WINAPI, not __stdcall. */
365 # define ZEXPORT WINAPI
zconf.h.in 343 /* If building or using zlib with the WINAPI/WINAPIV calling convention,
356 /* For complete Windows compatibility, use WINAPI, not __stdcall. */
357 # define ZEXPORT WINAPI
zconf.h.cmakein 345 /* If building or using zlib with the WINAPI/WINAPIV calling convention,
358 /* For complete Windows compatibility, use WINAPI, not __stdcall. */
359 # define ZEXPORT WINAPI
  /src/sys/arch/hpcmips/stand/pbsdboot/
main.c 428 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,

Completed in 18 milliseconds