Lines Matching refs:how_often_length
478 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()
664 if (tmp->how_often_length >= tmp->how_often_num_allocated && in kill_unmarshal()
669 …if (evtag_unmarshal_int(evbuf, KILL_HOW_OFTEN, &tmp->how_often_data[tmp->how_often_length]) == -1)… in kill_unmarshal()
673 ++tmp->how_often_length; in kill_unmarshal()