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

  /external/libevent/test/
regress.gen.c 768 tmp->some_bytes_data = NULL;
875 if (msg->some_bytes_data != NULL)
876 free (msg->some_bytes_data);
877 msg->some_bytes_data = malloc(len);
878 if (msg->some_bytes_data == NULL)
882 memcpy(msg->some_bytes_data, value, len);
948 *value = msg->some_bytes_data;
1000 free (tmp->some_bytes_data);
1001 tmp->some_bytes_data = NULL;
1033 if (tmp->some_bytes_data != NULL
    [all...]
regress.gen.h 161 ev_uint8_t *some_bytes_data; member in struct:run

Completed in 165 milliseconds