Searched refs:os_realloc (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.4.0/components/wpa_supplicant/port/include/ |
D | os.h | 210 #ifndef os_realloc 211 #define os_realloc(p, s) realloc((p), (s)) macro 317 return os_realloc(ptr, nmemb * size); in os_realloc_array()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/utils/ |
D | wpabuf.c | 76 nbuf = os_realloc(buf->buf, buf->used + add_len); in wpabuf_resize() 83 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) + in wpabuf_resize() 94 nbuf = (unsigned char*)os_realloc(buf, sizeof(struct wpabuf) + in wpabuf_resize()
|
D | json.c | 90 tmp = os_realloc(str, buf_len); in json_parse_string()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/common/ |
D | bss.c | 249 nbss = os_realloc(bss, sizeof(*bss) + res->ie_len + in wpa_bss_update()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/eap_peer/ |
D | eap_tls_common.c | 972 _methods = (struct eap_method_type *)os_realloc(methods, in eap_peer_select_phase2_methods()
|
D | eap_fast_pac.c | 497 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_fast_write()
|
D | eap_ttls.c | 827 u8 *neweap = (u8 *)os_realloc(parse->eapdata, parse->eap_len + dlen); in eap_ttls_parse_attr_eap()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/ |
D | libtommath.h | 82 #define XREALLOC os_realloc
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 80 #define XREALLOC os_realloc
|