Home
last modified time | relevance | path

Searched refs:other_numbers_data (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.gen.c785 tmp->other_numbers_data = NULL; in run_new_with_arg()
840 new_data = (ev_uint32_t*) realloc(msg->other_numbers_data, in run_other_numbers_expand_to_hold_more()
844 msg->other_numbers_data = new_data; in run_other_numbers_expand_to_hold_more()
856 msg->other_numbers_data[msg->other_numbers_length - 1] = value; in run_other_numbers_add()
858 return &(msg->other_numbers_data[msg->other_numbers_length - 1]); in run_other_numbers_add()
933 msg->other_numbers_data[off] = value; in run_other_numbers_assign()
991 *value = msg->other_numbers_data[offset]; in run_other_numbers_get()
1024 free(tmp->other_numbers_data); in run_clear()
1025 tmp->other_numbers_data = NULL; in run_clear()
1052 free(tmp->other_numbers_data); in run_free()
[all …]
H A Dregress.gen.h170 ev_uint32_t *other_numbers_data; member