Lines Matching refs:how_often_length
474 tmp->how_often_length = 0; in kill_new_with_arg()
500 if (++msg->how_often_length >= msg->how_often_num_allocated) { in kill_how_often_add()
504 msg->how_often_data[msg->how_often_length - 1] = value; in kill_how_often_add()
506 return &(msg->how_often_data[msg->how_often_length - 1]); in kill_how_often_add()
508 --msg->how_often_length; in kill_how_often_add()
540 if (!msg->how_often_set || off < 0 || off >= msg->how_often_length) in kill_how_often_assign()
571 if (!msg->how_often_set || offset < 0 || offset >= msg->how_often_length) in kill_how_often_get()
594 tmp->how_often_length = 0; in kill_clear()
610 tmp->how_often_length = 0; in kill_free()
624 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()