Home
last modified time | relevance | path

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

12

/hostap-latest/src/utils/
Dos.h300 void *os_realloc(void *ptr, size_t size);
409 void * os_realloc(void *ptr, size_t size);
567 void * os_realloc(void *ptr, size_t size);
576 #ifndef os_realloc
578 #define os_realloc(p, s) realloc((p), (s)) macro
662 return os_realloc(ptr, nmemb * size); in os_realloc_array()
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()
Dos_none.c130 void * os_realloc(void *ptr, size_t size) in os_realloc() function
Dos_zephyr.c231 void *os_realloc(void *ptr, size_t newsize) in os_realloc() function
Dos_internal.c273 void * os_realloc(void *ptr, size_t size) in os_realloc() function
Dxml_libxml2.c38 n = os_realloc(str->buf, str->len + MAX_STR + 2); in add_str()
Dxml-utils.c132 buf2 = os_realloc(buf, len + 1); in node_from_file()
Djson.c90 tmp = os_realloc(str, buf_len); in json_parse_string()
Dos_unix.c745 void * os_realloc(void *ptr, size_t size) in os_realloc() function
Dhttp_curl.c167 n = os_realloc(ctx->curl_buf, ctx->curl_buf_len + size * nmemb + 1); in curl_cb_write()
/hostap-latest/src/wps/
Dhttpread.c516 if ((new_body = os_realloc(h->body, new_alloc_nbytes)) in httpread_read_handler()
/hostap-latest/hs20/client/
Dest.c664 req2 = os_realloc(req, len + 1); in est_simple_enroll()
/hostap-latest/src/drivers/
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()
Ddriver_ndis.c800 nr = os_realloc(r, sizeof(*r) + r->ie_len + 2 + ssid->SsidLength); in wpa_driver_ndis_add_scan_ssid()
/hostap-latest/src/eap_peer/
Deap_teap_pac.c494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_teap_write()
Deap_fast_pac.c494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_fast_write()
Deap_ttls.c953 u8 *neweap = os_realloc(parse->eapdata, parse->eap_len + dlen); in eap_ttls_parse_attr_eap()
/hostap-latest/src/eap_server/
Deap_server_ttls.c240 u8 *neweap = os_realloc(parse->eap, in eap_ttls_avp_parse()
/hostap-latest/src/ap/
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()
/hostap-latest/wpa_supplicant/
Dbss.c756 nbss = os_realloc(bss, sizeof(*bss) + res->ie_len + in wpa_bss_update()
Dconfig_file.c236 nencoded = os_realloc(encoded, encoded_len + len); in wpa_config_read_blob()
Dscan.c871 freqs = os_realloc(params->freqs, in wpa_add_scan_freqs_list()
/hostap-latest/src/tls/
Dlibtommath.c81 #define XREALLOC os_realloc
/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c1344 u8 *buf0 = os_realloc(*buf, *n + 1); in tls_mbedtls_readfile()
/hostap-latest/hs20/server/
Dspp_server.c809 buf2 = os_realloc(buf, len + 1); in read_subrem_file()

12