Searched refs:EVTAG_ARRAY_GET (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/ |
| D | regress_rpc.c | 824 if (EVTAG_ARRAY_GET(msg2, run, 0, &run) == -1) { in rpc_test() 836 if (EVTAG_ARRAY_GET(run, notes, 0, ¬e_one) == -1 || in rpc_test() 837 EVTAG_ARRAY_GET(run, notes, 1, ¬e_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/ |
| D | regress_rpc.c | 826 if (EVTAG_ARRAY_GET(msg2, run, 0, &run) == -1) { in rpc_test() 838 if (EVTAG_ARRAY_GET(run, notes, 0, ¬e_one) == -1 || in rpc_test() 839 EVTAG_ARRAY_GET(run, notes, 1, ¬e_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/ |
| D | rpc.h | 143 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ macro
|
| /netbsd/src/external/bsd/libevent/dist/include/event2/ |
| D | rpc.h | 143 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ macro
|