HomeSort by relevance Sort by last modified time
    Searched refs:EVTAG_ARRAY_LEN (Results 1 - 2 of 2) sorted by null

  /external/libevent/test/
regress_rpc.c 818 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);
  /external/libevent/include/event2/
rpc.h 142 #define EVTAG_ARRAY_LEN(msg, member) ((msg)->member##_length)

Completed in 276 milliseconds