Home
last modified time | relevance | path

Searched refs:os_realloc (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dos.h342 void * os_realloc(void *ptr, size_t size);
500 void * os_realloc(void *ptr, size_t size);
507 #ifndef os_realloc
508 #define os_realloc(p, s) realloc((p), (s)) macro
589 return os_realloc(ptr, nmemb * size); in os_realloc_array()
H A Dwpabuf.c72 nbuf = os_realloc(buf->buf, buf->used + add_len); in wpabuf_resize()
79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) + in wpabuf_resize()
90 nbuf = os_realloc(buf, sizeof(struct wpabuf) + in wpabuf_resize()
H A Dos_none.c130 void * os_realloc(void *ptr, size_t size) in os_realloc() function
H A Dos_internal.c273 void * os_realloc(void *ptr, size_t size) in os_realloc() function
H A Dxml_libxml2.c38 n = os_realloc(str->buf, str->len + MAX_STR + 2); in add_str()
H A Dxml-utils.c132 buf2 = os_realloc(buf, len + 1); in node_from_file()
H A Djson.c90 tmp = os_realloc(str, buf_len); in json_parse_string()
H A Dos_unix.c752 void * os_realloc(void *ptr, size_t size) in os_realloc() function
H A Dhttp_curl.c167 n = os_realloc(ctx->curl_buf, ctx->curl_buf_len + size * nmemb + 1); in curl_cb_write()
/freebsd/contrib/wpa/src/wps/
H A Dhttpread.c516 if ((new_body = os_realloc(h->body, new_alloc_nbytes)) in httpread_read_handler()
/freebsd/contrib/wpa/hs20/client/
H A Dest.c664 req2 = os_realloc(req, len + 1); in est_simple_enroll()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_wext.c1353 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie()
1381 tmp = os_realloc(res->ie, res->ie_len + bytes); in wext_get_scan_custom()
1396 tmp = os_realloc(res->ie, res->ie_len + bytes); in wext_get_scan_custom()
H A Ddriver_ndis.c800 nr = os_realloc(r, sizeof(*r) + r->ie_len + 2 + ssid->SsidLength); in wpa_driver_ndis_add_scan_ssid()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_fast_pac.c494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_fast_write()
H A Deap_teap_pac.c494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_teap_write()
H A Deap_ttls.c953 u8 *neweap = os_realloc(parse->eapdata, parse->eap_len + dlen); in eap_ttls_parse_attr_eap()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c240 u8 *neweap = os_realloc(parse->eap, in eap_ttls_avp_parse()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c555 tmp = os_realloc(auth, auth_len + pad_len); in wpa_ft_rrb_build()
2672 nbuf = os_realloc(subelem, subelem_len + igtk_len); in wpa_sm_write_assoc_resp_ies()
2695 nbuf = os_realloc(subelem, subelem_len + bigtk_len); in wpa_sm_write_assoc_resp_ies()
2728 nbuf = os_realloc(subelem, subelem_len); in wpa_sm_write_assoc_resp_ies()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dbss.c759 nbss = os_realloc(bss, sizeof(*bss) + res->ie_len + in wpa_bss_update()
H A Dconfig_file.c236 nencoded = os_realloc(encoded, encoded_len + len); in wpa_config_read_blob()
H A Dscan.c871 freqs = os_realloc(params->freqs, in wpa_add_scan_freqs_list()
H A Dctrl_iface.c11751 n = os_realloc(desc_elem.tclas_elems, in wpas_ctrl_iface_configure_scs()
11894 n1 = os_realloc(scs_data->scs_desc_elems, (num_scs_desc + 1) * in wpas_ctrl_iface_configure_scs()
11944 n = os_realloc(policy, (num_policies + 1) * sizeof(*policy)); in wpas_ctrl_iface_send_dscp_resp()
/freebsd/contrib/wpa/src/tls/
H A Dlibtommath.c81 #define XREALLOC os_realloc
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1476 nies = os_realloc(ies, ies_len + len); in wpas_dbus_get_scan_ies()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c1735 conn_cap = os_realloc(bss->hs20_connection_capability, in hs20_parse_conn_capab()