/hostap-latest/src/utils/ |
D | os.h | 300 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()
|
D | wpabuf.c | 72 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()
|
D | os_none.c | 130 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
D | os_zephyr.c | 231 void *os_realloc(void *ptr, size_t newsize) in os_realloc() function
|
D | os_internal.c | 273 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
D | xml_libxml2.c | 38 n = os_realloc(str->buf, str->len + MAX_STR + 2); in add_str()
|
D | xml-utils.c | 132 buf2 = os_realloc(buf, len + 1); in node_from_file()
|
D | json.c | 90 tmp = os_realloc(str, buf_len); in json_parse_string()
|
D | os_unix.c | 745 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
D | http_curl.c | 167 n = os_realloc(ctx->curl_buf, ctx->curl_buf_len + size * nmemb + 1); in curl_cb_write()
|
/hostap-latest/src/wps/ |
D | httpread.c | 516 if ((new_body = os_realloc(h->body, new_alloc_nbytes)) in httpread_read_handler()
|
/hostap-latest/hs20/client/ |
D | est.c | 664 req2 = os_realloc(req, len + 1); in est_simple_enroll()
|
/hostap-latest/src/drivers/ |
D | driver_wext.c | 1353 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()
|
D | driver_ndis.c | 800 nr = os_realloc(r, sizeof(*r) + r->ie_len + 2 + ssid->SsidLength); in wpa_driver_ndis_add_scan_ssid()
|
/hostap-latest/src/eap_peer/ |
D | eap_teap_pac.c | 494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_teap_write()
|
D | eap_fast_pac.c | 494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_fast_write()
|
D | eap_ttls.c | 953 u8 *neweap = os_realloc(parse->eapdata, parse->eap_len + dlen); in eap_ttls_parse_attr_eap()
|
/hostap-latest/src/eap_server/ |
D | eap_server_ttls.c | 240 u8 *neweap = os_realloc(parse->eap, in eap_ttls_avp_parse()
|
/hostap-latest/src/ap/ |
D | wpa_auth_ft.c | 555 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/ |
D | bss.c | 756 nbss = os_realloc(bss, sizeof(*bss) + res->ie_len + in wpa_bss_update()
|
D | config_file.c | 236 nencoded = os_realloc(encoded, encoded_len + len); in wpa_config_read_blob()
|
D | scan.c | 871 freqs = os_realloc(params->freqs, in wpa_add_scan_freqs_list()
|
/hostap-latest/src/tls/ |
D | libtommath.c | 81 #define XREALLOC os_realloc
|
/hostap-latest/src/crypto/ |
D | tls_mbedtls_alt.c | 1344 u8 *buf0 = os_realloc(*buf, *n + 1); in tls_mbedtls_readfile()
|
/hostap-latest/hs20/server/ |
D | spp_server.c | 809 buf2 = os_realloc(buf, len + 1); in read_subrem_file()
|