Searched refs:EVTAG_ARRAY_LEN (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_rpc.c820 if (EVTAG_ARRAY_LEN(msg2, run) != i) {
833 if (EVTAG_ARRAY_LEN(run, notes) != 2) {
852 if (EVTAG_ARRAY_LEN(run, other_numbers) != 2) {
863 tt_int_op(EVTAG_ARRAY_LEN(attack, how_often), ==, 3);
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_rpc.c821 if (EVTAG_ARRAY_LEN(msg2, run) != i) {
834 if (EVTAG_ARRAY_LEN(run, notes) != 2) {
853 if (EVTAG_ARRAY_LEN(run, other_numbers) != 2) {
864 tt_int_op(EVTAG_ARRAY_LEN(attack, how_often), ==, 3);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Drpc.h144 #define EVTAG_ARRAY_LEN(msg, member) ((msg)->member##_length) macro
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Drpc.h148 #define EVTAG_ARRAY_LEN(msg, member) ((msg)->member##_length) macro

Completed in 210 milliseconds