Home
last modified time | relevance | path

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

12

/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.c130 void * os_realloc(void *ptr, size_t size) 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.c752 void * os_realloc(void *ptr, size_t size) in os_realloc() function
/external/virglrenderer/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.h86 #define os_realloc( _ptr, _old_size, _new_size ) \ macro
/external/mesa3d/src/util/
Dos_memory.h53 os_realloc(void *ptr, size_t old_size, size_t new_size);
Dos_memory_stdc.h45 #define os_realloc( _old_ptr, _old_size, _new_size) \ macro
Dos_memory_debug.h89 #define os_realloc( _ptr, _old_size, _new_size ) \ macro
Du_memory.h52 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size)
/external/virglrenderer/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.c1352 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie()
1380 tmp = os_realloc(res->ie, res->ie_len + bytes); in wext_get_scan_custom()
1395 tmp = os_realloc(res->ie, res->ie_len + bytes); in wext_get_scan_custom()
/external/wpa_supplicant_8/hs20/client/
Dest.c691 req2 = os_realloc(req, len + 1); in est_simple_enroll()
/external/wpa_supplicant_8/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.c928 u8 *neweap = os_realloc(parse->eapdata, parse->eap_len + dlen); in eap_ttls_parse_attr_eap()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c551 tmp = os_realloc(auth, auth_len + pad_len); in wpa_ft_rrb_build()
2620 nbuf = os_realloc(subelem, subelem_len + igtk_len); in wpa_sm_write_assoc_resp_ies()
2643 nbuf = os_realloc(subelem, subelem_len + bigtk_len); in wpa_sm_write_assoc_resp_ies()
2676 nbuf = os_realloc(subelem, subelem_len); in wpa_sm_write_assoc_resp_ies()
/external/wpa_supplicant_8/wpa_supplicant/
Dbss.c689 nbss = os_realloc(bss, sizeof(*bss) + res->ie_len + in wpa_bss_update()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_ttls.c240 u8 *neweap = os_realloc(parse->eap, in eap_ttls_avp_parse()

12