Home
last modified time | relevance | path

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

123

/freebsd-12.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-12.1/contrib/sqlite3/
H A DMakefile.msc503 … -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall -DSQLITE_SYSAPI…
504 … -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall -DSQLITE_SYSAPI…
507 … -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall -DSQLITE_SYSAPI…
508 … -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall -DSQLITE_SYSAPI…
/freebsd-12.1/crypto/heimdal/lib/com_err/
H A Dcom_right.h43 #define KRB5_LIB_CALL __stdcall
54 #define KRB5_CALLCONV __stdcall
/freebsd-12.1/contrib/com_err/
H A Dcom_right.h49 #define KRB5_LIB_CALL __stdcall
64 #define KRB5_CALLCONV __stdcall
/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception.h133 extern "C" __declspec(dllimport) ret_type __stdcall func(__VA_ARGS__);
254 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \
260 ret_type __stdcall WRAP(func)(__VA_ARGS__)
/freebsd-12.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-12.1/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-12.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-12.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
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp98 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
108 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
118 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in PrivateGetDIAValue()
124 HRESULT (__stdcall IDiaSymbol::*Method)(GUID *)) { in PrivateGetDIAValue()
139 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValueAs()
147 HRESULT (__stdcall IDiaSymbol::*Method)(DWORD *), in DumpDIAIdValue()
159 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValue()
167 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in DumpDIAValue()
181 HRESULT (__stdcall IDiaSymbol::*Method)(VARIANT *)) { in DumpDIAValue()
H A DDIAFrameData.cpp22 HRESULT (__stdcall IDiaFrameData::*Method)(ArgType *)) { in PrivateGetDIAValue()
H A DDIASectionContrib.cpp34 HRESULT (__stdcall IDiaSectionContrib::*Method)(ArgType *)) { in PrivateGetDIAValue()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h18 HRESULT (__stdcall Obj::*Func)(BSTR *)) { in invokeBstrMethod()
/freebsd-12.1/contrib/libevent/test/
H A Dregress_thread.h39 #define THREAD_FN unsigned __stdcall
/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.h39 #define THREAD_FN unsigned __stdcall
/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dthreading.c36 static unsigned __stdcall worker(void *arg) in worker()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHostNativeThreadBase.h20 #define THREAD_ROUTINE __stdcall
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dasn1-common.h73 #define ASN1CALL __stdcall
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_defs.h21 #define WINAPI __stdcall
/freebsd-12.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-12.1/contrib/apr/include/
H A Dapr.hwc487 #define APR_THREAD_FUNC __stdcall
545 #define APR_DECLARE(type) type __stdcall
549 #define APR_DECLARE(type) __declspec(dllexport) type __stdcall
553 #define APR_DECLARE(type) __declspec(dllimport) type __stdcall
H A Dapr.hw490 #define APR_THREAD_FUNC __stdcall
548 #define APR_DECLARE(type) type __stdcall
552 #define APR_DECLARE(type) __declspec(dllexport) type __stdcall
556 #define APR_DECLARE(type) __declspec(dllimport) type __stdcall
/freebsd-12.1/stand/efi/include/amd64/
H A Defibind.h213 __stdcall \
/freebsd-12.1/stand/efi/include/i386/
H A Defibind.h209 __stdcall \

123