Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dos.h322 void * os_realloc(void *ptr, size_t size);
480 void * os_realloc(void *ptr, size_t size);
487 #ifndef os_realloc
488 #define os_realloc(p, s) realloc((p), (s)) macro
569 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.c124 void * os_realloc(void *ptr, size_t size) in os_realloc() function
Dos_internal.c267 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()
Dos_unix.c696 void * os_realloc(void *ptr, size_t size) in os_realloc() function
Dhttp_curl.c158 n = os_realloc(ctx->curl_buf, ctx->curl_buf_len + size * nmemb + 1); in curl_cb_write()
/external/mesa3d/src/gallium/auxiliary/os/
Dos_memory.h58 os_realloc(void *ptr, size_t old_size, size_t new_size);
Dos_memory_stdc.h47 #define os_realloc( _old_ptr, _old_size, _new_size) \ macro
Dos_memory_debug.h77 #define os_realloc( _ptr, _old_size, _new_size ) \ macro
/external/mesa3d/src/gallium/auxiliary/util/
Du_memory.h54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size)
/external/wpa_supplicant_8/src/wps/
Dhttpread.c516 if ((new_body = os_realloc(h->body, new_alloc_nbytes)) in httpread_read_handler()
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c1355 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie()
1383 tmp = os_realloc(res->ie, res->ie_len + bytes); in wext_get_scan_custom()
1398 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()
/external/wpa_supplicant_8/hs20/client/
Dest.c680 req2 = os_realloc(req, len + 1); in est_simple_enroll()
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast_pac.c495 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_fast_write()
Deap_ttls.c882 u8 *neweap = os_realloc(parse->eapdata, parse->eap_len + dlen); in eap_ttls_parse_attr_eap()
/external/wpa_supplicant_8/wpa_supplicant/
Dbss.c589 nbss = os_realloc(bss, sizeof(*bss) + res->ie_len + in wpa_bss_update()
Dconfig_file.c299 nencoded = os_realloc(encoded, encoded_len + len); in wpa_config_read_blob()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_ttls.c241 u8 *neweap = os_realloc(parse->eap, in eap_ttls_avp_parse()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c696 nbuf = os_realloc(subelem, subelem_len + igtk_len); in wpa_sm_write_assoc_resp_ies()
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c89 #define XREALLOC os_realloc
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c1119 nies = os_realloc(ies, ies_len + len); in wpas_dbus_get_scan_ies()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1628 conn_cap = os_realloc(bss->hs20_connection_capability, in hs20_parse_conn_capab()