Home | History | Annotate | Download | only in test

Lines Matching refs:other_numbers_length

784   tmp->other_numbers_length = 0;
848 if (++msg->other_numbers_length >= msg->other_numbers_num_allocated) {
852 msg->other_numbers_data[msg->other_numbers_length - 1] = value;
854 return &(msg->other_numbers_data[msg->other_numbers_length - 1]);
856 --msg->other_numbers_length;
925 if (!msg->other_numbers_set || off < 0 || off >= msg->other_numbers_length)
985 if (!msg->other_numbers_set || offset < 0 || offset >= msg->other_numbers_length)
1023 tmp->other_numbers_length = 0;
1051 tmp->other_numbers_length = 0;
1079 for (i = 0; i < tmp->other_numbers_length; ++i) {
1162 if (tmp->other_numbers_length >= tmp->other_numbers_num_allocated &&
1167 if (evtag_unmarshal_int(evbuf, RUN_OTHER_NUMBERS, &tmp->other_numbers_data[tmp->other_numbers_length]) == -1) {
1171 ++tmp->other_numbers_length;