Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/src/utils/
Dos.h315 void * os_realloc(void *ptr, size_t size);
473 void * os_realloc(void *ptr, size_t size);
480 #ifndef os_realloc
481 #define os_realloc(p, s) realloc((p), (s)) macro
556 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.c118 void * os_realloc(void *ptr, size_t size) in os_realloc() function
Dos_internal.c259 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.c484 void * os_realloc(void *ptr, size_t size) in os_realloc() function
Dhttp_curl.c155 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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_memory.h54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size)
/external/wpa_supplicant_8/src/crypto/
Dtls_nss.c113 nbuf = os_realloc(conn->push_buf, conn->push_buf_len + amount); in nss_io_send()
/external/wpa_supplicant_8/src/wps/
Dhttpread.c512 if ((new_body = os_realloc(h->body, new_alloc_nbytes)) in httpread_read_handler()
/external/wpa_supplicant_8/hs20/client/
Dest.c632 req2 = os_realloc(req, len + 1); in est_simple_enroll()
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c1262 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie()
1290 tmp = os_realloc(res->ie, res->ie_len + bytes); in wext_get_scan_custom()
1305 tmp = os_realloc(res->ie, res->ie_len + bytes); in wext_get_scan_custom()
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast_pac.c494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_fast_write()
Deap_ttls.c815 u8 *neweap = os_realloc(parse->eapdata, parse->eap_len + dlen); in eap_ttls_parse_attr_eap()
/external/wpa_supplicant_8/wpa_supplicant/
Dbss.c560 nbss = os_realloc(bss, sizeof(*bss) + res->ie_len + in wpa_bss_update()
Dconfig_file.c290 nencoded = os_realloc(encoded, encoded_len + len); in wpa_config_read_blob()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_ttls.c211 u8 *neweap = os_realloc(parse->eap, in eap_ttls_avp_parse()

12