Searched refs:EVTAG_GET (Results 1 – 3 of 3) sorted by relevance
/external/libevent/include/event2/ |
D | rpc_compat.h | 45 #undef EVTAG_GET 50 #define EVTAG_GET(msg, member, args...) \ macro
|
D | rpc.h | 112 #define EVTAG_GET(msg, member, pvalue) \ macro
|
/external/libevent/test/ |
D | regress_rpc.c | 342 if (EVTAG_GET(kill, weapon, &weapon) == -1) { in GotKillCb() 346 if (EVTAG_GET(kill, action, &action) == -1) { in GotKillCb() 373 if (EVTAG_GET(kill, weapon, &weapon) == -1) { in GotKillCbTwo() 377 if (EVTAG_GET(kill, action, &action) == -1) { in GotKillCbTwo() 751 if (EVTAG_GET(msg, attack, &attack) == -1) { in rpc_test() 813 if (EVTAG_GET(msg2, attack, &attack) == -1) { in rpc_test() 844 if (EVTAG_GET(run, large_number, &large_number) == -1 || in rpc_test()
|