Searched defs:CALLBACK (Results 1 – 5 of 5) sorted by relevance
/external/libpcap/msdos/ |
D | ndis_0.asm | 67 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
|
D | ndis2.c | 269 CALLBACK (NdisSystemRequest (DWORD param1, DWORD param2, WORD param3, in CALLBACK() function 319 CALLBACK (NdisRequestConfirm (WORD protId, WORD macId, WORD reqHandle, in CALLBACK() function 328 CALLBACK (NdisTransmitConfirm (WORD protId, WORD macId, WORD reqHandle, in CALLBACK() function 344 CALLBACK (NdisReceiveLookahead (WORD macId, WORD frameSize, in CALLBACK() function 397 CALLBACK (NdisIndicationComplete (WORD macId, WORD protDS)) in CALLBACK() function 410 CALLBACK (NdisReceiveChain (WORD macId, WORD frameSize, WORD reqHandle, in CALLBACK() function 454 CALLBACK (NdisStatusProc (WORD macId, WORD param1, BYTE *indicate, in CALLBACK() function
|
D | ndis2.h | 45 #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
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/ |
D | InterceptFieldTransformer.java | 32 private static final Type CALLBACK = field in InterceptFieldTransformer
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
D | Enhancer.java | 86 private static final Type CALLBACK = field in Enhancer
|