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

  /external/libevent/test/
regress.gen.c 473 tmp->how_often_data = NULL;
489 new_data = (ev_uint32_t*) realloc(msg->how_often_data,
493 msg->how_often_data = new_data;
504 msg->how_often_data[msg->how_often_length - 1] = value;
506 return &(msg->how_often_data[msg->how_often_length - 1]);
544 msg->how_often_data[off] = value;
573 *value = msg->how_often_data[offset];
591 free(tmp->how_often_data);
592 tmp->how_often_data = NULL;
607 free(tmp->how_often_data);
    [all...]
regress.gen.h 99 ev_uint32_t *how_often_data; member in struct:kill

Completed in 44 milliseconds