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/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 181 milliseconds