Home | History | Annotate | Download | only in test

Lines Matching refs:notes_length

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