Home
last modified time | relevance | path

Searched refs:__stdcall (Results 1 – 25 of 57) sorted by relevance

123

/freebsd-13.1/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-13.1/contrib/sqlite3/
H A DMakefile.msc505 … -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall -DSQLITE_SYSAPI…
506 … -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall -DSQLITE_SYSAPI…
509 … -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall -DSQLITE_SYSAPI…
510 … -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall -DSQLITE_SYSAPI…
/freebsd-13.1/crypto/heimdal/lib/com_err/
H A Dcom_right.h43 #define KRB5_LIB_CALL __stdcall
54 #define KRB5_CALLCONV __stdcall
/freebsd-13.1/contrib/com_err/
H A Dcom_right.h49 #define KRB5_LIB_CALL __stdcall
64 #define KRB5_CALLCONV __stdcall
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h132 extern "C" __declspec(dllimport) ret_type __stdcall func(__VA_ARGS__);
250 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \
256 ret_type __stdcall WRAP(func)(__VA_ARGS__)
/freebsd-13.1/kerberos5/include/
H A Dconfig.h21 #define KRB5_LIB_CALL __stdcall
36 #define ROKEN_LIB_CALL __stdcall
51 #define GSSAPI_LIB_CALL __stdcall
/freebsd-13.1/usr.bin/svn/lib/libapr/
H A Dapr.h543 #define APR_DECLARE(type) type __stdcall
547 #define APR_DECLARE(type) __declspec(dllexport) type __stdcall
551 #define APR_DECLARE(type) __declspec(dllimport) type __stdcall
/freebsd-13.1/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-13.1/contrib/apr-util/include/
H A Dapu.h.in71 #define APU_DECLARE(type) type __stdcall
75 #define APU_DECLARE(type) __declspec(dllexport) type __stdcall
79 #define APU_DECLARE(type) __declspec(dllimport) type __stdcall
H A Dapu.hw77 #define APU_DECLARE(type) type __stdcall
81 #define APU_DECLARE(type) __declspec(dllexport) type __stdcall
85 #define APU_DECLARE(type) __declspec(dllimport) type __stdcall
H A Dapu.hwc77 #define APU_DECLARE(type) type __stdcall
81 #define APU_DECLARE(type) __declspec(dllexport) type __stdcall
85 #define APU_DECLARE(type) __declspec(dllimport) type __stdcall
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h17 HRESULT (__stdcall Obj::*Func)(BSTR *)) { in invokeBstrMethod()
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.h39 #define THREAD_FN unsigned __stdcall
/freebsd-13.1/contrib/libevent/test/
H A Dregress_thread.h39 #define THREAD_FN unsigned __stdcall
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAFrameData.cpp21 HRESULT (__stdcall IDiaFrameData::*Method)(ArgType *)) { in PrivateGetDIAValue()
H A DDIARawSymbol.cpp97 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
107 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
117 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in PrivateGetDIAValue()
123 HRESULT (__stdcall IDiaSymbol::*Method)(GUID *)) { in PrivateGetDIAValue()
138 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValueAs()
146 HRESULT (__stdcall IDiaSymbol::*Method)(DWORD *), in DumpDIAIdValue()
158 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValue()
166 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in DumpDIAValue()
180 HRESULT (__stdcall IDiaSymbol::*Method)(VARIANT *)) { in DumpDIAValue()
H A DDIASectionContrib.cpp33 HRESULT (__stdcall IDiaSectionContrib::*Method)(ArgType *)) { in PrivateGetDIAValue()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostNativeThreadBase.h19 #define THREAD_ROUTINE __stdcall
/freebsd-13.1/contrib/libpcap/rpcapd/
H A Drpcapd.c94 static unsigned __stdcall main_active(void *ptr);
107 static unsigned __stdcall main_passive_serviceloop_thread(void *ptr);
1260 static unsigned __stdcall
1344 unsigned __stdcall main_passive_serviceloop_thread(void *ptr) in main_passive_serviceloop_thread()
/freebsd-13.1/crypto/heimdal/lib/asn1/
H A Dasn1-common.h73 #define ASN1CALL __stdcall
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_defs.h20 #define WINAPI __stdcall
/freebsd-13.1/sys/contrib/zstd/lib/common/
H A Dthreading.c38 static unsigned __stdcall worker(void *arg) in worker()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h66 using start_routine_type = unsigned(__stdcall *)(void *);
69 static unsigned __stdcall ThreadProxy(void *Ptr) {
/freebsd-13.1/contrib/xz/src/common/
H A Dmythread.h340 #define MYTHREAD_RET_TYPE unsigned int __stdcall
387 unsigned int (__stdcall *func)(void *arg), void *arg) in mythread_create()
/freebsd-13.1/stand/efi/include/amd64/
H A Defibind.h213 __stdcall \

123