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

/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.c786 tmp->other_numbers_num_allocated = 0;
836 int tobe_allocated = msg->other_numbers_num_allocated;
844 msg->other_numbers_num_allocated = tobe_allocated;
851 if (++msg->other_numbers_length >= msg->other_numbers_num_allocated) {
1027 tmp->other_numbers_num_allocated = 0;
1055 tmp->other_numbers_num_allocated = 0;
1154 if (tmp->other_numbers_length >= tmp->other_numbers_num_allocated &&
H A Dregress.gen.h171 int other_numbers_num_allocated; member in struct:run
/freebsd-current/contrib/libevent/test/
H A Dregress.gen.c786 tmp->other_numbers_num_allocated = 0;
836 int tobe_allocated = msg->other_numbers_num_allocated;
844 msg->other_numbers_num_allocated = tobe_allocated;
851 if (++msg->other_numbers_length >= msg->other_numbers_num_allocated) {
1027 tmp->other_numbers_num_allocated = 0;
1055 tmp->other_numbers_num_allocated = 0;
1154 if (tmp->other_numbers_length >= tmp->other_numbers_num_allocated &&
H A Dregress.gen.h171 int other_numbers_num_allocated; member in struct:run

Completed in 60 milliseconds