/external/wpa_supplicant_8/src/utils/ |
D | os.h | 315 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()
|
D | wpabuf.c | 72 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()
|
D | os_none.c | 118 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
D | os_internal.c | 259 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
D | xml_libxml2.c | 38 n = os_realloc(str->buf, str->len + MAX_STR + 2); in add_str()
|
D | xml-utils.c | 132 buf2 = os_realloc(buf, len + 1); in node_from_file()
|
D | os_unix.c | 484 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
D | http_curl.c | 155 n = os_realloc(ctx->curl_buf, ctx->curl_buf_len + size * nmemb + 1); in curl_cb_write()
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_memory.h | 58 os_realloc(void *ptr, size_t old_size, size_t new_size);
|
D | os_memory_stdc.h | 47 #define os_realloc( _old_ptr, _old_size, _new_size) \ macro
|
D | os_memory_debug.h | 77 #define os_realloc( _ptr, _old_size, _new_size ) \ macro
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
D | os_memory.h | 58 os_realloc(void *ptr, size_t old_size, size_t new_size);
|
D | os_memory_stdc.h | 47 #define os_realloc( _old_ptr, _old_size, _new_size) \ macro
|
D | os_memory_debug.h | 77 #define os_realloc( _ptr, _old_size, _new_size ) \ macro
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_memory.h | 54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_memory.h | 54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size)
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_nss.c | 113 nbuf = os_realloc(conn->push_buf, conn->push_buf_len + amount); in nss_io_send()
|
/external/wpa_supplicant_8/src/wps/ |
D | httpread.c | 512 if ((new_body = os_realloc(h->body, new_alloc_nbytes)) in httpread_read_handler()
|
/external/wpa_supplicant_8/hs20/client/ |
D | est.c | 632 req2 = os_realloc(req, len + 1); in est_simple_enroll()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wext.c | 1262 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/ |
D | eap_fast_pac.c | 494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_fast_write()
|
D | eap_ttls.c | 815 u8 *neweap = os_realloc(parse->eapdata, parse->eap_len + dlen); in eap_ttls_parse_attr_eap()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | bss.c | 560 nbss = os_realloc(bss, sizeof(*bss) + res->ie_len + in wpa_bss_update()
|
D | config_file.c | 290 nencoded = os_realloc(encoded, encoded_len + len); in wpa_config_read_blob()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_ttls.c | 211 u8 *neweap = os_realloc(parse->eap, in eap_ttls_avp_parse()
|