Home | History | Annotate | Download | only in radius

Lines Matching refs:newh

273 	struct radius_rx_handler **handlers, *newh;
284 newh = os_realloc_array(*handlers, *num + 1,
286 if (newh == NULL)
289 newh[*num].handler = handler;
290 newh[*num].data = data;
292 *handlers = newh;