Searched refs:how_data (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libevent/test/
H A Dregress.gen.c664 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);
[all...]
H A Dregress.gen.h155 char *how_data; member in struct:run

Completed in 35 milliseconds