Searched refs:__stdcall (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11.0-release/crypto/heimdal/lib/com_err/
H A Dcom_right.h43 #define KRB5_LIB_CALL __stdcall
54 #define KRB5_CALLCONV __stdcall
/freebsd-11.0-release/contrib/com_err/
H A Dcom_right.h49 #define KRB5_LIB_CALL __stdcall
64 #define KRB5_CALLCONV __stdcall
/freebsd-11.0-release/usr.bin/svn/lib/libapr_util/
H A Dapu.h72 #define APU_DECLARE(type) type __stdcall
76 #define APU_DECLARE(type) __declspec(dllexport) type __stdcall
80 #define APU_DECLARE(type) __declspec(dllimport) type __stdcall
/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.h39 #define THREAD_FN unsigned __stdcall
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHostNativeThreadBase.h21 #define THREAD_ROUTINE __stdcall
/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dasn1-common.h73 #define ASN1CALL __stdcall
/freebsd-11.0-release/crypto/openssl/engines/vendor_defns/
H A Dhw_4758_cca.h27 # define SECURITYAPI __stdcall
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DThreading.cpp79 static unsigned __stdcall ThreadCallback(void *param) {
/freebsd-11.0-release/kerberos5/include/
H A Dconfig.h21 #define KRB5_LIB_CALL __stdcall
36 #define ROKEN_LIB_CALL __stdcall
51 #define GSSAPI_LIB_CALL __stdcall
/freebsd-11.0-release/contrib/compiler-rt/lib/interception/
H A Dinterception.h131 extern "C" __declspec(dllimport) ret_type __stdcall func(__VA_ARGS__);
218 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \
224 ret_type __stdcall WRAP(func)(__VA_ARGS__)
/freebsd-11.0-release/usr.bin/svn/lib/libapr/
H A Dapr.h524 #define APR_DECLARE(type) type __stdcall
528 #define APR_DECLARE(type) __declspec(dllexport) type __stdcall
532 #define APR_DECLARE(type) __declspec(dllimport) type __stdcall
/freebsd-11.0-release/sys/dev/ce/
H A Dtau32-ddk.h33 #if defined(__GNUC__) && !defined(__stdcall)
34 # define __stdcall __attribute__((stdcall)) macro
43 # define TAU32_CALLBACK_TYPE __stdcall
51 # define TAU32_CALL_TYPE __stdcall
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_win.cc88 DWORD (__stdcall *start_routine)(void*), void* arg,
H A Dasan_win_dll_thunk.cc27 void *__stdcall GetModuleHandleA(const char *module_name);
28 void *__stdcall GetProcAddress(void *module, const char *proc_name);
/freebsd-11.0-release/sys/boot/efi/include/amd64/
H A Defibind.h213 __stdcall \
/freebsd-11.0-release/sys/boot/efi/include/i386/
H A Defibind.h209 __stdcall \
/freebsd-11.0-release/contrib/xz/src/common/
H A Dmythread.h340 #define MYTHREAD_RET_TYPE unsigned int __stdcall
387 unsigned int (__stdcall *func)(void *arg), void *arg)
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp77 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) {
87 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) {
97 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) {
112 HRESULT (__stdcall IDiaSymbol::*Method)(GUID *)) {
127 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) {
138 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) {
155 HRESULT (__stdcall IDiaSymbol::*Method)(VARIANT *)) {
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h183 # define THREAD_CALLING_CONV __stdcall
/freebsd-11.0-release/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h47 #define GSSAPI_LIB_CALL __stdcall
78 #define GSSAPI_CALLCONV __stdcall
/freebsd-11.0-release/crypto/heimdal/lib/hx509/
H A Dhx509-protos.h15 #define HX509_LIB_CALL __stdcall
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h89 # define STDCALL __stdcall
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dkrb5.h57 #define KRB5_CALLCONV __stdcall
H A Dkrb5-protos.h28 #define KRB5_LIB_CALL __stdcall
/freebsd-11.0-release/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c52 typedef apr_status_t (__stdcall *open_fn_t)(apr_file_t **, apr_pool_t *);

Completed in 469 milliseconds

12