Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Drpc_compat.h45 #undef EVTAG_GET
50 #define EVTAG_GET(msg, member, args...) \ macro
H A Drpc.h112 #define EVTAG_GET(msg, member, pvalue) \ macro
/freebsd/contrib/libevent/include/event2/
H A Drpc_compat.h45 #undef EVTAG_GET
50 #define EVTAG_GET(msg, member, args...) \ macro
H A Drpc.h112 #define EVTAG_GET(msg, member, pvalue) \ macro
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c342 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()
/freebsd/contrib/libevent/test/
H A Dregress_rpc.c342 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()