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

/freebsd-13-stable/contrib/libevent/test/
H A Dregress_rpc.c818 if (EVTAG_ARRAY_LEN(msg2, run) != i) {
831 if (EVTAG_ARRAY_LEN(run, notes) != 2) {
850 if (EVTAG_ARRAY_LEN(run, other_numbers) != 2) {
861 tt_int_op(EVTAG_ARRAY_LEN(attack, how_often), ==, 3);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c818 if (EVTAG_ARRAY_LEN(msg2, run) != i) {
831 if (EVTAG_ARRAY_LEN(run, notes) != 2) {
850 if (EVTAG_ARRAY_LEN(run, other_numbers) != 2) {
861 tt_int_op(EVTAG_ARRAY_LEN(attack, how_often), ==, 3);
/freebsd-13-stable/contrib/libevent/include/event2/
H A Drpc.h142 #define EVTAG_ARRAY_LEN(msg, member) ((msg)->member##_length) macro
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h142 #define EVTAG_ARRAY_LEN(msg, member) ((msg)->member##_length) macro

Completed in 114 milliseconds