Searched refs:how_often_length (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.c478 tmp->how_often_length = 0;
505 if (++msg->how_often_length >= msg->how_often_num_allocated) {
509 msg->how_often_data[msg->how_often_length - 1] = value;
511 return &(msg->how_often_data[msg->how_often_length - 1]);
513 --msg->how_often_length;
545 if (!msg->how_often_set || off < 0 || off >= msg->how_often_length)
576 if (!msg->how_often_set || offset < 0 || offset >= msg->how_often_length)
599 tmp->how_often_length = 0;
615 tmp->how_often_length = 0;
629 for (i = 0; i < tmp->how_often_length;
[all...]
H A Dregress.gen.h101 int how_often_length; member in struct:kill
/freebsd-current/contrib/libevent/test/
H A Dregress.gen.c478 tmp->how_often_length = 0;
505 if (++msg->how_often_length >= msg->how_often_num_allocated) {
509 msg->how_often_data[msg->how_often_length - 1] = value;
511 return &(msg->how_often_data[msg->how_often_length - 1]);
513 --msg->how_often_length;
545 if (!msg->how_often_set || off < 0 || off >= msg->how_often_length)
576 if (!msg->how_often_set || offset < 0 || offset >= msg->how_often_length)
599 tmp->how_often_length = 0;
615 tmp->how_often_length = 0;
629 for (i = 0; i < tmp->how_often_length;
[all...]
H A Dregress.gen.h101 int how_often_length; member in struct:kill

Completed in 65 milliseconds