Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dregress_rpc.c824 if (EVTAG_ARRAY_GET(msg2, run, 0, &run) == -1) { in rpc_test()
836 if (EVTAG_ARRAY_GET(run, notes, 0, &note_one) == -1 || in rpc_test()
837 EVTAG_ARRAY_GET(run, notes, 1, &note_two) == -1) { in rpc_test()
855 if (EVTAG_ARRAY_GET( in rpc_test()
866 if (EVTAG_ARRAY_GET(attack, how_often, i, &res) == -1) { in rpc_test()
/netbsd/src/external/bsd/libevent/dist/test/
Dregress_rpc.c826 if (EVTAG_ARRAY_GET(msg2, run, 0, &run) == -1) { in rpc_test()
838 if (EVTAG_ARRAY_GET(run, notes, 0, &note_one) == -1 || in rpc_test()
839 EVTAG_ARRAY_GET(run, notes, 1, &note_two) == -1) { in rpc_test()
857 if (EVTAG_ARRAY_GET( in rpc_test()
868 if (EVTAG_ARRAY_GET(attack, how_often, i, &res) == -1) { in rpc_test()
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/include/event2/
Drpc.h143 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ macro
/netbsd/src/external/bsd/libevent/dist/include/event2/
Drpc.h143 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ macro