Searched refs:CALLBACK (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-current/sys/arch/hpc/stand/hpcboot/menu/
H A Dwindow.h50 static LRESULT CALLBACK _wnd_proc(HWND, UINT, WPARAM, LPARAM);
52 static BOOL CALLBACK _dlg_proc(HWND, UINT, WPARAM, LPARAM);
H A Dwindow.cpp36 LRESULT CALLBACK
63 BOOL CALLBACK
H A Dtabwindow.h54 static LRESULT CALLBACK
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgpdefs.h61 #define CALLBACK(t, cbinfo, pkt) do { \ macro
H A Dpacket-parse.c96 CALLBACK(PGP_PARSER_ERROR, cbinfo, &cont); \
1327 CALLBACK(tag, &stream->cbinfo, &pkt);
1358 CALLBACK(PGP_PTAG_CT_USER_ATTR, &stream->cbinfo, &pkt);
1415 CALLBACK(PGP_PTAG_CT_USER_ID, &stream->cbinfo, &pkt);
1550 CALLBACK(PGP_PTAG_CT_SIGNATURE, &stream->cbinfo, &pkt);
1619 CALLBACK(PGP_PTAG_RAW_SS, &stream->cbinfo, &pkt);
1869 CALLBACK(pkt.tag, &stream->cbinfo, &pkt);
1993 CALLBACK(PGP_PTAG_CT_SIGNATURE_HEADER, &stream->cbinfo, &pkt);
2106 CALLBACK(PGP_PTAG_CT_SIGNATURE_FOOTER, &stream->cbinfo, &pkt);
2166 CALLBACK(PGP_PTAG_CT_COMPRESSE
[all...]
H A Dreader.c510 CALLBACK(PGP_PTAG_CT_UNARMOURED_TEXT, cbinfo, &content);
682 CALLBACK(PGP_PTAG_CT_SIGNED_CLEARTEXT_BODY, cbinfo,
693 CALLBACK(PGP_PTAG_CT_SIGNED_CLEARTEXT_BODY, cbinfo,
710 CALLBACK(PGP_PTAG_CT_SIGNED_CLEARTEXT_TRAILER, cbinfo, &content2);
1186 CALLBACK(PGP_PTAG_CT_SIGNED_CLEARTEXT_HEADER,
1200 CALLBACK(PGP_PTAG_CT_ARMOUR_HEADER, cbinfo,
1314 CALLBACK(PGP_PTAG_CT_ARMOUR_HEADER, cbinfo,
1319 CALLBACK(PGP_PTAG_CT_ARMOUR_TRAILER, cbinfo,
/netbsd-current/external/mit/libuv/dist/src/win/
H A Ddetect-wakeup.c35 static ULONG CALLBACK uv__system_resume_callback(PVOID Context,
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/async/arch/
H A Dasync_win.h34 VOID CALLBACK async_start_func_win(PVOID unused);
H A Dasync_win.c50 VOID CALLBACK async_start_func_win(PVOID unused)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/async/arch/
H A Dasync_win.h42 VOID CALLBACK async_start_func_win(PVOID unused);
H A Dasync_win.c54 VOID CALLBACK async_start_func_win(PVOID unused)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dpasswd_dlg.c51 BOOL CALLBACK
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dioapi.h125 #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK)
126 #define ZCALLBACK CALLBACK
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtilWindows.cpp33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) {
82 void CALLBACK AlarmHandler(PVOID, BOOLEAN) {
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dioapi.h127 #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK)
128 #define ZCALLBACK CALLBACK
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dioapi.h127 #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK)
128 #define ZCALLBACK CALLBACK
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dioapi.h127 #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK)
128 #define ZCALLBACK CALLBACK
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dioapi.h127 #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK)
128 #define ZCALLBACK CALLBACK
/netbsd-current/sys/arch/i386/i386/
H A Ddumpsys.c420 #define CALLBACK(start,size) do { \ macro
451 CALLBACK(start, p - start);
455 CALLBACK(start, p - start);
457 CALLBACK(mem_clusters[i].start, mem_clusters[i].size);
460 #undef CALLBACK macro
/netbsd-current/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c383 BOOL CALLBACK MainDlgProc(HWND, UINT, WPARAM, LPARAM);
384 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
637 BOOL CALLBACK DlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
660 BOOL CALLBACK DlgProc2(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
695 BOOL CALLBACK PropDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
907 BOOL CALLBACK FbDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
1230 LRESULT CALLBACK WndProc(HWND hWnd, UINT message,
1261 BOOL CALLBACK MainDlgProc(HWND hWnd, UINT message,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlanguage.h343 For each one, call CALLBACK with the symbol. If CALLBACK
672 #define LA_ITERATE_OVER_SYMBOLS(BLOCK, NAME, DOMAIN, CALLBACK) \
673 (current_language->iterate_over_symbols (BLOCK, NAME, DOMAIN, CALLBACK))
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win.cc254 static LONG CALLBACK
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win.cc252 static LONG CALLBACK
/netbsd-current/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dthread_win32.cpp145 static inline _LIBCPP_INLINE_VISIBILITY BOOL CALLBACK
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp264 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo)

Completed in 404 milliseconds

12