Lines Matching refs:run_data
63 tmp->run_data = NULL;
81 new_data = (struct run **) realloc(msg->run_data,
85 msg->run_data = new_data;
88 msg->run_data[msg->run_length - 1] = run_new();
89 if (msg->run_data[msg->run_length - 1] == NULL)
92 return (msg->run_data[msg->run_length - 1]);
167 run_clear(msg->run_data[off]);
173 if (run_unmarshal(msg->run_data[off], tmp) == -1) {
182 run_clear(msg->run_data[off]);
223 *value = msg->run_data[offset];
248 run_free(tmp->run_data[i]);
250 free(tmp->run_data);
251 tmp->run_data = NULL;
267 if (tmp->run_data != NULL) {
270 run_free(tmp->run_data[i]);
271 tmp->run_data[i] = NULL;
273 free(tmp->run_data);
274 tmp->run_data = NULL;
291 evtag_marshal_run(evbuf, MSG_RUN, tmp->run_data[i]);
346 tmp->run_data[tmp->run_length - 1]) == -1) {
376 if (run_complete(msg->run_data[i]) == -1)