Lines Matching refs:os_realloc_array
593 nserv = os_realloc_array(*server, *num_server + 1, sizeof(*nserv)); in hostapd_config_read_radius_addr()
882 all = os_realloc_array(conf->bss, conf->num_bss + 1, in hostapd_config_bss()
1304 rc = os_realloc_array(bss->roaming_consortium, in parse_roaming_consortium()
1347 ls = os_realloc_array(*array, *count + 1, in parse_lang_string()
1397 url = os_realloc_array(bss->venue_url, bss->venue_url_count + 1, in parse_venue_url()
1514 realm = os_realloc_array(bss->nai_realm_data, bss->nai_realm_count + 1, in parse_nai_realm()
1843 icon = os_realloc_array(bss->hs20_icons, bss->hs20_icons_count + 1, in hs20_parse_icon()
1917 p = os_realloc_array(bss->hs20_osu_providers, in hs20_parse_osu_server_uri()
2014 n = os_realloc_array(p->icons, p->icons_count + 1, sizeof(char *)); in hs20_parse_osu_icon()
2051 n = os_realloc_array(bss->hs20_operator_icon, in hs20_parse_operator_icon()
2076 tmp = os_realloc_array(bias, num + 1, sizeof(*bias)); in hostapd_config_parse_acs_chan_bias()