Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.gen.c779 tmp->notes_num_allocated = 0; in run_new_with_arg()
799 int tobe_allocated = msg->notes_num_allocated; in run_notes_expand_to_hold_more()
807 msg->notes_num_allocated = tobe_allocated; in run_notes_expand_to_hold_more()
814 if (++msg->notes_length >= msg->notes_num_allocated) { in run_notes_add()
1020 tmp->notes_num_allocated = 0; in run_clear()
1048 tmp->notes_num_allocated = 0; in run_free()
1133 if (tmp->notes_length >= tmp->notes_num_allocated && in run_unmarshal()
H A Dregress.gen.h168 int notes_num_allocated; member