Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress.gen.c785 tmp->other_numbers_num_allocated = 0; in run_new_with_arg()
834 int tobe_allocated = msg->other_numbers_num_allocated; in run_other_numbers_expand_to_hold_more()
842 msg->other_numbers_num_allocated = tobe_allocated; in run_other_numbers_expand_to_hold_more()
848 if (++msg->other_numbers_length >= msg->other_numbers_num_allocated) { in run_other_numbers_add()
1024 tmp->other_numbers_num_allocated = 0; in run_clear()
1052 tmp->other_numbers_num_allocated = 0; in run_free()
1162 if (tmp->other_numbers_length >= tmp->other_numbers_num_allocated && in run_unmarshal()
Dregress.gen.h170 int other_numbers_num_allocated; member