Lines Matching defs:newh
275 struct radius_rx_handler **handlers, *newh;286 newh = os_realloc_array(*handlers, *num + 1,288 if (newh == NULL)291 newh[*num].handler = handler;292 newh[*num].data = data;294 *handlers = newh;