Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress.gen.c777 tmp->notes_num_allocated = 0; in run_new_with_arg()
797 int tobe_allocated = msg->notes_num_allocated; in run_notes_expand_to_hold_more()
805 msg->notes_num_allocated = tobe_allocated; in run_notes_expand_to_hold_more()
811 if (++msg->notes_length >= msg->notes_num_allocated) { in run_notes_add()
1016 tmp->notes_num_allocated = 0; in run_clear()
1044 tmp->notes_num_allocated = 0; in run_free()
1136 if (tmp->notes_length >= tmp->notes_num_allocated && in run_unmarshal()
Dregress.gen.h166 int notes_num_allocated; member