HomeSort by relevance Sort by last modified time
    Searched refs:how_data (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libevent/test/
regress.gen.c 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);
    [all...]
regress.gen.h 155 char *how_data; member in struct:run

Completed in 26 milliseconds