Searched refs:newh (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c273 struct radius_rx_handler **handlers, *newh; local
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;
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.c273 struct radius_rx_handler **handlers, *newh; local
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;
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.c273 struct radius_rx_handler **handlers, *newh; local
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;
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius_client.c115 struct radius_rx_handler **handlers, *newh; local
126 newh = os_realloc(*handlers,
128 if (newh == NULL)
131 newh[*num].handler = handler;
132 newh[*num].data = data;
134 *handlers = newh;

Completed in 41 milliseconds