Home | History | Annotate | Download | only in test

Lines Matching refs:new_data

88   struct run** new_data = NULL;
90 new_data = (struct run**) realloc(msg->run_data,
92 if (new_data == NULL)
94 msg->run_data = new_data;
492 ev_uint32_t* new_data = NULL;
494 new_data = (ev_uint32_t*) realloc(msg->how_often_data,
496 if (new_data == NULL)
498 msg->how_often_data = new_data;
800 char ** new_data = NULL;
802 new_data = (char **) realloc(msg->notes_data,
804 if (new_data == NULL)
806 msg->notes_data = new_data;
838 ev_uint32_t* new_data = NULL;
840 new_data = (ev_uint32_t*) realloc(msg->other_numbers_data,
842 if (new_data == NULL)
844 msg->other_numbers_data = new_data;