Lines Matching refs:notes_length
778 tmp->notes_length = 0; in run_new_with_arg()
814 if (++msg->notes_length >= msg->notes_num_allocated) { in run_notes_add()
819 msg->notes_data[msg->notes_length - 1] = strdup(value); in run_notes_add()
820 if (msg->notes_data[msg->notes_length - 1] == NULL) { in run_notes_add()
824 msg->notes_data[msg->notes_length - 1] = NULL; in run_notes_add()
827 return &(msg->notes_data[msg->notes_length - 1]); in run_notes_add()
829 --msg->notes_length; in run_notes_add()
902 if (!msg->notes_set || off < 0 || off >= msg->notes_length) in run_notes_assign()
970 if (!msg->notes_set || offset < 0 || offset >= msg->notes_length) in run_notes_get()
1013 for (i = 0; i < tmp->notes_length; ++i) { in run_clear()
1019 tmp->notes_length = 0; in run_clear()
1041 for (i = 0; i < tmp->notes_length; ++i) { in run_free()
1047 tmp->notes_length = 0; in run_free()
1072 for (i = 0; i < tmp->notes_length; ++i) { in run_marshal()
1133 if (tmp->notes_length >= tmp->notes_num_allocated && in run_unmarshal()
1138 if (evtag_unmarshal_string(evbuf, RUN_NOTES, &tmp->notes_data[tmp->notes_length]) == -1) { in run_unmarshal()
1142 ++tmp->notes_length; in run_unmarshal()