Searched refs:how_often_data (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.c477 tmp->how_often_data = NULL;
493 new_data = (ev_uint32_t*) realloc(msg->how_often_data,
497 msg->how_often_data = new_data;
509 msg->how_often_data[msg->how_often_length - 1] = value;
511 return &(msg->how_often_data[msg->how_often_length - 1]);
549 msg->how_often_data[off] = value;
578 *value = msg->how_often_data[offset];
596 free(tmp->how_often_data);
597 tmp->how_often_data = NULL;
612 free(tmp->how_often_data);
[all...]
H A Dregress.gen.h100 ev_uint32_t *how_often_data; member in struct:kill
/freebsd-current/contrib/libevent/test/
H A Dregress.gen.c477 tmp->how_often_data = NULL;
493 new_data = (ev_uint32_t*) realloc(msg->how_often_data,
497 msg->how_often_data = new_data;
509 msg->how_often_data[msg->how_often_length - 1] = value;
511 return &(msg->how_often_data[msg->how_often_length - 1]);
549 msg->how_often_data[off] = value;
578 *value = msg->how_often_data[offset];
596 free(tmp->how_often_data);
597 tmp->how_often_data = NULL;
612 free(tmp->how_often_data);
[all...]
H A Dregress.gen.h100 ev_uint32_t *how_often_data; member in struct:kill

Completed in 99 milliseconds