Lines Matching refs:how_data
664 tmp->how_data = NULL;
684 if (msg->how_data != NULL)
685 free(msg->how_data);
686 if ((msg->how_data = strdup(value)) == NULL)
719 *value = msg->how_data;
746 free (tmp->how_data);
747 tmp->how_data = NULL;
763 if (tmp->how_data != NULL)
764 free (tmp->how_data);
772 evtag_marshal_string(evbuf, RUN_HOW, tmp->how_data);
792 if (evtag_unmarshal_string(evbuf, RUN_HOW, &tmp->how_data) == -1) {