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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dcallback_srm.S17 ldq $0,hwrpb # gp is set up by CALLBACK macro.
57 #define CALLBACK(NAME, CODE, ARG_CNT) \ define
63 #define CALLBACK(NAME, CODE, ARG_CNT) \ define
76 CALLBACK(puts, CCB_PUTS, 4)
77 CALLBACK(open, CCB_OPEN, 3)
78 CALLBACK(close, CCB_CLOSE, 2)
79 CALLBACK(read, CCB_READ, 5)
80 CALLBACK(open_console, CCB_OPEN_CONSOLE, 1)
81 CALLBACK(close_console, CCB_CLOSE_CONSOLE, 1)
82 CALLBACK(geten
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dpenwin.cpp34 typedef void (CALLBACK * PENREGPROC)(WORD,BOOL);
45 static void (CALLBACK * RegPenApp) (WORD, BOOL) = NULL;
98 if ( (RegPenApp = (void (CALLBACK *)(WORD, BOOL))GetProcAddress(g_hPenWin, "RegisterPenApp"))!= NULL)
H A Ddirdlg.cpp71 static int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM lp,
197 static int CALLBACK
H A Dfontenum.cpp101 int CALLBACK wxFontEnumeratorProc(LPLOGFONT lplf, LPTEXTMETRIC lptm,
271 int CALLBACK wxFontEnumeratorProc(LPLOGFONT lplf, LPTEXTMETRIC lptm,
H A Dfdrepdlg.cpp43 LRESULT CALLBACK wxFindReplaceWindowProc(HWND hwnd, WXUINT nMsg,
46 UINT_PTR CALLBACK wxFindReplaceDialogHookProc(HWND hwnd,
221 LRESULT CALLBACK wxFindReplaceWindowProc(HWND hwnd, WXUINT nMsg,
334 UINT_PTR CALLBACK
H A Ddlmsw.cpp99 static BOOL CALLBACK
227 BOOL CALLBACK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddirdlg.cpp76 static int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM lp,
111 static int CALLBACK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dndis_0.asm67 CALLBACK macro callbackProc, argsSize macro
128 CALLBACK _NdisSystemRequest,14 label
132 CALLBACK _NdisRequestConfirm,12 label
136 CALLBACK _NdisTransmitConfirm,10 label
140 CALLBACK _NdisReceiveLookahead,16 label
144 CALLBACK _NdisIndicationComplete,4 label
148 CALLBACK _NdisReceiveChain,16 label
152 CALLBACK _NdisStatusProc,12 label
H A Dndis2.h45 #define CALLBACK(foo) pascal WORD foo macro
52 #define CALLBACK(foo) WORD foo __attribute__((stdcall)) macro
59 #define CALLBACK(foo) WORD pascal foo macro
66 #define CALLBACK(foo) WORD pascal foo macro
525 CALLBACK (NdisSystemRequest (DWORD,DWORD, WORD, WORD, WORD));
526 CALLBACK (NdisRequestConfirm ( WORD, WORD, WORD, WORD, WORD,WORD));
527 CALLBACK (NdisTransmitConfirm ( WORD, WORD, WORD, WORD, WORD));
528 CALLBACK (NdisReceiveLookahead ( WORD, WORD, WORD, BYTE*, BYTE*, WORD));
529 CALLBACK (NdisReceiveChain ( WORD, WORD, WORD, struct _RxBufDescr*, BYTE*, WORD));
530 CALLBACK (NdisStatusPro
[all...]
H A Dndis2.c269 CALLBACK (NdisSystemRequest (DWORD param1, DWORD param2, WORD param3,
319 CALLBACK (NdisRequestConfirm (WORD protId, WORD macId, WORD reqHandle,
328 CALLBACK (NdisTransmitConfirm (WORD protId, WORD macId, WORD reqHandle,
344 CALLBACK (NdisReceiveLookahead (WORD macId, WORD frameSize,
397 CALLBACK (NdisIndicationComplete (WORD macId, WORD protDS))
410 CALLBACK (NdisReceiveChain (WORD macId, WORD frameSize, WORD reqHandle,
454 CALLBACK (NdisStatusProc (WORD macId, WORD param1, BYTE *indicate,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dioapi.h27 #if (defined(WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK)
28 #define ZCALLBACK CALLBACK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dioapi.h27 #if (defined(WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK)
28 #define ZCALLBACK CALLBACK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dwinrand.c67 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp20 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
21 LRESULT CALLBACK MainDialog (HWND, UINT, WPARAM, LPARAM);
22 LRESULT CALLBACK InitDialog (HWND, UINT, WPARAM, LPARAM);
23 LRESULT CALLBACK AdvancedDialog (HWND, UINT, WPARAM, LPARAM);
24 LRESULT CALLBACK RunDialog (HWND, UINT, WPARAM, LPARAM);
134 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
158 LRESULT CALLBACK MainDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
306 LRESULT CALLBACK AdvancedDialog(HWND hDlg, UINT message,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dwinrand.c67 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dwinrand.c66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dioapi.h125 #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK)
126 #define ZCALLBACK CALLBACK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dioapi.h125 #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK)
126 #define ZCALLBACK CALLBACK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Disql.h42 #define CALLBACK macro
48 #define CALLBACK macro
49 #define SQL_API EXPORT CALLBACK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dconfig.h58 #define CALLBACK macro
H A Diodbc.h21 # define CALLBACK macro
H A Disql.h35 #define CALLBACK macro
36 #define SQL_API EXPORT CALLBACK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexPB.cxx276 if( MatchUpperCase(styler,i,"CALLBACK FUNCTION") )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddi.c436 CALLBACK(a, this);
456 CALLBACK(a, this);
472 CALLBACK(a, this);
484 CALLBACK(a, this);
535 CALLBACK(a, this);
639 CALLBACK(a, this);
717 CALLBACK(a, this);
743 case 1: printf ("CALLBACK"); break;
747 CALLBACK - about to make callback to the application
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.cpp189 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
206 int CALLBACK CompareFunc(LPARAM lParam1, LPARAM lParam2, LPARAM sortColumn);
242 LRESULT CALLBACK EditSubclassProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
254 BOOL CALLBACK DlgProcProperties(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
260 BOOL CALLBACK DlgProcExtractOrTest(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
264 BOOL CALLBACK DlgProcBrowser(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
268 BOOL CALLBACK DlgProcExtractProgress(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
269 BOOL CALLBACK DlgProcViewProgress(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
274 BOOL CALLBACK DlgProcReplace(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
277 BOOL CALLBACK DlgProcPasswor
[all...]

Completed in 167 milliseconds

123