Lines Matching refs:notes_length
777 tmp->notes_length = 0; in run_new_with_arg()
813 if (++msg->notes_length >= msg->notes_num_allocated) { in run_notes_add()
818 msg->notes_data[msg->notes_length - 1] = strdup(value); in run_notes_add()
819 if (msg->notes_data[msg->notes_length - 1] == NULL) { in run_notes_add()
823 msg->notes_data[msg->notes_length - 1] = NULL; in run_notes_add()
826 return &(msg->notes_data[msg->notes_length - 1]); in run_notes_add()
828 --msg->notes_length; in run_notes_add()
901 if (!msg->notes_set || off < 0 || off >= msg->notes_length) in run_notes_assign()
969 if (!msg->notes_set || offset < 0 || offset >= msg->notes_length) in run_notes_get()
1012 for (i = 0; i < tmp->notes_length; ++i) { in run_clear()
1018 tmp->notes_length = 0; in run_clear()
1040 for (i = 0; i < tmp->notes_length; ++i) { in run_free()
1046 tmp->notes_length = 0; in run_free()
1071 for (i = 0; i < tmp->notes_length; ++i) { in run_marshal()
1132 if (tmp->notes_length >= tmp->notes_num_allocated && in run_unmarshal()
1137 if (evtag_unmarshal_string(evbuf, RUN_NOTES, &tmp->notes_data[tmp->notes_length]) == -1) { in run_unmarshal()
1141 ++tmp->notes_length; in run_unmarshal()