Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/wpa_supplicant/port/include/
Dos.h210 #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/
Dwpabuf.c76 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()
Djson.c90 tmp = os_realloc(str, buf_len); in json_parse_string()
/hal_espressif-3.4.0/components/wpa_supplicant/src/common/
Dbss.c249 nbss = os_realloc(bss, sizeof(*bss) + res->ie_len + in wpa_bss_update()
/hal_espressif-3.4.0/components/wpa_supplicant/src/eap_peer/
Deap_tls_common.c972 _methods = (struct eap_method_type *)os_realloc(methods, in eap_peer_select_phase2_methods()
Deap_fast_pac.c497 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_fast_write()
Deap_ttls.c827 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/
Dlibtommath.h82 #define XREALLOC os_realloc
/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/
Dlibtommath.h80 #define XREALLOC os_realloc