Searched refs:EVTAG_ARRAY_GET (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_rpc.c | 822 if (EVTAG_ARRAY_GET(msg2, run, 0, &run) == -1) { in rpc_test() 834 if (EVTAG_ARRAY_GET(run, notes, 0, ¬e_one) == -1 || in rpc_test() 835 EVTAG_ARRAY_GET(run, notes, 1, ¬e_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 D | regress_rpc.c | 822 if (EVTAG_ARRAY_GET(msg2, run, 0, &run) == -1) { in rpc_test() 834 if (EVTAG_ARRAY_GET(run, notes, 0, ¬e_one) == -1 || in rpc_test() 835 EVTAG_ARRAY_GET(run, notes, 1, ¬e_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 D | rpc.h | 141 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ macro
|
/freebsd/contrib/libevent/include/event2/ |
H A D | rpc.h | 141 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ macro
|