Searched defs:nfreqs (Results 1 - 1 of 1) sorted by path

/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1165 int *freqs = NULL, *nfreqs; local
1227 nfreqs = os_realloc_array(
1230 if (nfreqs == NULL)
1232 freqs = nfreqs;
1249 nfreqs = os_realloc_array(freqs, freqs_num + 1, sizeof(int));
1250 if (nfreqs == NULL)
1252 freqs = nfreqs;

Completed in 259 milliseconds