Home
last modified time | relevance | path

Searched refs:EVTAG_ARRAY_GET (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c822 if (EVTAG_ARRAY_GET(msg2, run, 0, &run) == -1) { in rpc_test()
834 if (EVTAG_ARRAY_GET(run, notes, 0, &note_one) == -1 || in rpc_test()
835 EVTAG_ARRAY_GET(run, notes, 1, &note_two) == -1) { in rpc_test()
853 if (EVTAG_ARRAY_GET( in rpc_test()
864 if (EVTAG_ARRAY_GET(attack, how_often, i, &res) == -1) { in rpc_test()
/freebsd/contrib/libevent/test/
H A Dregress_rpc.c822 if (EVTAG_ARRAY_GET(msg2, run, 0, &run) == -1) { in rpc_test()
834 if (EVTAG_ARRAY_GET(run, notes, 0, &note_one) == -1 || in rpc_test()
835 EVTAG_ARRAY_GET(run, notes, 1, &note_two) == -1) { in rpc_test()
853 if (EVTAG_ARRAY_GET( in rpc_test()
864 if (EVTAG_ARRAY_GET(attack, how_often, i, &res) == -1) { in rpc_test()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h141 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ macro
/freebsd/contrib/libevent/include/event2/
H A Drpc.h141 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ macro