Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.c786 tmp->other_numbers_num_allocated = 0; in run_new_with_arg()
836 int tobe_allocated = msg->other_numbers_num_allocated; in run_other_numbers_expand_to_hold_more()
844 msg->other_numbers_num_allocated = tobe_allocated; in run_other_numbers_expand_to_hold_more()
851 if (++msg->other_numbers_length >= msg->other_numbers_num_allocated) { in run_other_numbers_add()
1027 tmp->other_numbers_num_allocated = 0; in run_clear()
1055 tmp->other_numbers_num_allocated = 0; in run_free()
1154 if (tmp->other_numbers_length >= tmp->other_numbers_num_allocated && in run_unmarshal()
H A Dregress.gen.h171 int other_numbers_num_allocated; member
/freebsd/contrib/libevent/test/
H A Dregress.gen.c786 tmp->other_numbers_num_allocated = 0; in run_new_with_arg()
836 int tobe_allocated = msg->other_numbers_num_allocated; in run_other_numbers_expand_to_hold_more()
844 msg->other_numbers_num_allocated = tobe_allocated; in run_other_numbers_expand_to_hold_more()
851 if (++msg->other_numbers_length >= msg->other_numbers_num_allocated) { in run_other_numbers_add()
1027 tmp->other_numbers_num_allocated = 0; in run_clear()
1055 tmp->other_numbers_num_allocated = 0; in run_free()
1154 if (tmp->other_numbers_length >= tmp->other_numbers_num_allocated && in run_unmarshal()
H A Dregress.gen.h171 int other_numbers_num_allocated; member