Searched refs:new_urc_table (Results 1 – 1 of 1) sorted by relevance
649 struct at_urc_table *new_urc_table = RT_NULL; in at_obj_set_urc_table() local652 …new_urc_table = (struct at_urc_table *)rt_realloc(client->urc_table, client->urc_table_size * size… in at_obj_set_urc_table()653 if (new_urc_table == RT_NULL) in at_obj_set_urc_table()657 client->urc_table = new_urc_table; in at_obj_set_urc_table()
Completed in 3 milliseconds