Lines Matching refs:notes_length
776 tmp->notes_length = 0; in run_new_with_arg()
811 if (++msg->notes_length >= msg->notes_num_allocated) { in run_notes_add()
816 msg->notes_data[msg->notes_length - 1] = strdup(value); in run_notes_add()
817 if (msg->notes_data[msg->notes_length - 1] == NULL) { in run_notes_add()
821 msg->notes_data[msg->notes_length - 1] = NULL; in run_notes_add()
824 return &(msg->notes_data[msg->notes_length - 1]); in run_notes_add()
826 --msg->notes_length; in run_notes_add()
898 if (!msg->notes_set || off < 0 || off >= msg->notes_length) in run_notes_assign()
966 if (!msg->notes_set || offset < 0 || offset >= msg->notes_length) in run_notes_get()
1009 for (i = 0; i < tmp->notes_length; ++i) { in run_clear()
1015 tmp->notes_length = 0; in run_clear()
1037 for (i = 0; i < tmp->notes_length; ++i) { in run_free()
1043 tmp->notes_length = 0; in run_free()
1068 for (i = 0; i < tmp->notes_length; ++i) { in run_marshal()
1136 if (tmp->notes_length >= tmp->notes_num_allocated && in run_unmarshal()
1141 if (evtag_unmarshal_string(evbuf, RUN_NOTES, &tmp->notes_data[tmp->notes_length]) == -1) { in run_unmarshal()
1145 ++tmp->notes_length; in run_unmarshal()