Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.gen.c787 tmp->other_numbers_num_allocated = 0; in run_new_with_arg()
837 int tobe_allocated = msg->other_numbers_num_allocated; in run_other_numbers_expand_to_hold_more()
845 msg->other_numbers_num_allocated = tobe_allocated; in run_other_numbers_expand_to_hold_more()
852 if (++msg->other_numbers_length >= msg->other_numbers_num_allocated) { in run_other_numbers_add()
1028 tmp->other_numbers_num_allocated = 0; in run_clear()
1056 tmp->other_numbers_num_allocated = 0; in run_free()
1155 if (tmp->other_numbers_length >= tmp->other_numbers_num_allocated && in run_unmarshal()
H A Dregress.gen.h172 int other_numbers_num_allocated; member