Searched refs:other_numbers_data (Results 1 – 2 of 2) sorted by relevance
783 tmp->other_numbers_data = NULL; in run_new_with_arg()837 new_data = (ev_uint32_t*) realloc(msg->other_numbers_data, in run_other_numbers_expand_to_hold_more()841 msg->other_numbers_data = new_data; in run_other_numbers_expand_to_hold_more()852 msg->other_numbers_data[msg->other_numbers_length - 1] = value; in run_other_numbers_add()854 return &(msg->other_numbers_data[msg->other_numbers_length - 1]); in run_other_numbers_add()929 msg->other_numbers_data[off] = value; in run_other_numbers_assign()987 *value = msg->other_numbers_data[offset]; in run_other_numbers_get()1020 free(tmp->other_numbers_data); in run_clear()1021 tmp->other_numbers_data = NULL; in run_clear()1048 free(tmp->other_numbers_data); in run_free()[all …]
168 ev_uint32_t *other_numbers_data; member