Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress.gen.c478 tmp->how_often_length = 0; in kill_new_with_arg()
505 if (++msg->how_often_length >= msg->how_often_num_allocated) { in kill_how_often_add()
509 msg->how_often_data[msg->how_often_length - 1] = value; in kill_how_often_add()
511 return &(msg->how_often_data[msg->how_often_length - 1]); in kill_how_often_add()
513 --msg->how_often_length; in kill_how_often_add()
545 if (!msg->how_often_set || off < 0 || off >= msg->how_often_length) in kill_how_often_assign()
576 if (!msg->how_often_set || offset < 0 || offset >= msg->how_often_length) in kill_how_often_get()
599 tmp->how_often_length = 0; in kill_clear()
615 tmp->how_often_length = 0; in kill_free()
629 for (i = 0; i < tmp->how_often_length; ++i) { in kill_marshal()
[all …]
Dregress.gen.h101 int how_often_length; member