Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress.gen.c68 tmp->run_num_allocated = 0; in msg_new_with_arg()
80 int tobe_allocated = msg->run_num_allocated; in msg_run_expand_to_hold_more()
88 msg->run_num_allocated = tobe_allocated; in msg_run_expand_to_hold_more()
94 if (++msg->run_length >= msg->run_num_allocated) { in msg_run_add()
269 tmp->run_num_allocated = 0; in msg_clear()
291 tmp->run_num_allocated = 0; in msg_free()
361 if (tmp->run_length >= tmp->run_num_allocated && in msg_unmarshal()
Dregress.gen.h45 int run_num_allocated; member