Home
last modified time | relevance | path

Searched refs:EVTAG_GET (Results 1 – 3 of 3) sorted by relevance

/external/libevent/include/event2/
Drpc_compat.h45 #undef EVTAG_GET
50 #define EVTAG_GET(msg, member, args...) \ macro
Drpc.h108 #define EVTAG_GET(msg, member, pvalue) \ macro
/external/libevent/test/
Dregress_rpc.c343 if (EVTAG_GET(kill, weapon, &weapon) == -1) { in GotKillCb()
347 if (EVTAG_GET(kill, action, &action) == -1) { in GotKillCb()
374 if (EVTAG_GET(kill, weapon, &weapon) == -1) { in GotKillCbTwo()
378 if (EVTAG_GET(kill, action, &action) == -1) { in GotKillCbTwo()
752 if (EVTAG_GET(msg, attack, &attack) == -1) { in rpc_test()
814 if (EVTAG_GET(msg2, attack, &attack) == -1) { in rpc_test()
845 if (EVTAG_GET(run, large_number, &large_number) == -1 || in rpc_test()