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

/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Drpc_compat.h45 #undef EVTAG_GET macro
50 #define EVTAG_GET(msg, member, args...) \ macro
H A Drpc.h108 #define EVTAG_GET(msg, member, pvalue) \ macro
/freebsd-12-stable/contrib/libevent/include/event2/
H A Drpc_compat.h45 #undef EVTAG_GET macro
50 #define EVTAG_GET(msg, member, args...) \ macro
H A Drpc.h108 #define EVTAG_GET(msg, member, pvalue) \ macro
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c343 if (EVTAG_GET(kill, weapon, &weapon) == -1) {
347 if (EVTAG_GET(kill, action, &action) == -1) {
374 if (EVTAG_GET(kill, weapon, &weapon) == -1) {
378 if (EVTAG_GET(kill, action, &action) == -1) {
752 if (EVTAG_GET(msg, attack, &attack) == -1) {
814 if (EVTAG_GET(msg2, attack, &attack) == -1) {
845 if (EVTAG_GET(run, large_number, &large_number) == -1 ||
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_rpc.c343 if (EVTAG_GET(kill, weapon, &weapon) == -1) {
347 if (EVTAG_GET(kill, action, &action) == -1) {
374 if (EVTAG_GET(kill, weapon, &weapon) == -1) {
378 if (EVTAG_GET(kill, action, &action) == -1) {
752 if (EVTAG_GET(msg, attack, &attack) == -1) {
814 if (EVTAG_GET(msg2, attack, &attack) == -1) {
845 if (EVTAG_GET(run, large_number, &large_number) == -1 ||

Completed in 125 milliseconds