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

  /external/libevent/test/
regress.gen.c 765 tmp->how_data = NULL;
864 if (msg->how_data != NULL)
865 free(msg->how_data);
866 if ((msg->how_data = strdup(value)) == NULL)
939 *value = msg->how_data;
995 free(tmp->how_data);
996 tmp->how_data = NULL;
1031 if (tmp->how_data != NULL)
1032 free (tmp->how_data);
1060 evtag_marshal_string(evbuf, RUN_HOW, tmp->how_data);
    [all...]
regress.gen.h 160 char *how_data; member in struct:run

Completed in 42 milliseconds