Home | History | Annotate | Download | only in test

Lines Matching refs:action_data

470   tmp->action_data = NULL;
528 if (msg->action_data != NULL)
529 free(msg->action_data);
530 if ((msg->action_data = strdup(value)) == NULL)
563 *value = msg->action_data;
586 free(tmp->action_data);
587 tmp->action_data = NULL;
604 if (tmp->action_data != NULL)
605 free (tmp->action_data);
620 evtag_marshal_string(evbuf, KILL_ACTION, tmp->action_data);
655 if (evtag_unmarshal_string(evbuf, KILL_ACTION, &tmp->action_data) == -1) {