/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os.h | 314 * os_realloc - Re-allocate dynamic memory 315 * @ptr: Old buffer from os_malloc() or os_realloc() 323 void * os_realloc(void *ptr, size_t size); 327 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL 481 void * os_realloc(void *ptr, size_t size); 488 #ifndef os_realloc 489 #define os_realloc(p, s) realloc((p), (s)) macro 570 return os_realloc(ptr, nmemb * size); in os_realloc_array()
|
H A 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()
|
H A D | os_none.c | 130 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
H A D | json.c | 90 tmp = os_realloc(str, buf_len); in json_parse_string()
|
H A D | os_internal.c | 275 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
H A D | xml-utils.c | 132 buf2 = os_realloc(buf, len + 1); in node_from_file()
|
H A D | xml_libxml2.c | 38 n = os_realloc(str->buf, str->len + MAX_STR + 2); in add_str()
|
H A D | os_unix.c | 555 if (i < res && os_strcmp(func[i], "os_realloc") == 0) in testing_fail_alloc() 715 void * os_realloc(void *ptr, size_t size) in os_realloc() function 729 wpa_trace_show("Invalid os_realloc() call"); in os_realloc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os.h | 314 * os_realloc - Re-allocate dynamic memory 315 * @ptr: Old buffer from os_malloc() or os_realloc() 323 void * os_realloc(void *ptr, size_t size); 327 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL 481 void * os_realloc(void *ptr, size_t size); 488 #ifndef os_realloc 489 #define os_realloc(p, s) realloc((p), (s)) macro 570 return os_realloc(ptr, nmemb * size); in os_realloc_array()
|
H A 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()
|
H A D | os_none.c | 130 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
H A D | json.c | 90 tmp = os_realloc(str, buf_len); in json_parse_string()
|
H A D | os_internal.c | 281 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
H A D | xml-utils.c | 132 buf2 = os_realloc(buf, len + 1); in node_from_file()
|
H A D | xml_libxml2.c | 38 n = os_realloc(str->buf, str->len + MAX_STR + 2); in add_str()
|
H A D | os_unix.c | 566 if (i < res && os_strcmp(func[i], "os_realloc") == 0) in testing_fail_alloc() 726 void * os_realloc(void *ptr, size_t size) in os_realloc() function 740 wpa_trace_show("Invalid os_realloc() call"); in os_realloc()
|
/third_party/mesa3d/src/util/ |
H A D | os_memory.h | 53 os_realloc(void *ptr, size_t old_size, size_t new_size);
|
H A D | os_memory_stdc.h | 45 #define os_realloc( _old_ptr, _old_size, _new_size) \ macro
|
H A D | os_memory_debug.h | 89 #define os_realloc( _ptr, _old_size, _new_size ) \ macro
|
H A D | u_memory.h | 52 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | httpread.c | 516 if ((new_body = os_realloc(h->body, new_alloc_nbytes)) in httpread_read_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | httpread.c | 516 if ((new_body = os_realloc(h->body, new_alloc_nbytes)) in httpread_read_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wext.c | 1347 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie() 1375 tmp = os_realloc(res->ie, res->ie_len + bytes); in wext_get_scan_custom() 1390 tmp = os_realloc(res->ie, res->ie_len + bytes); in wext_get_scan_custom()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | est.c | 691 req2 = os_realloc(req, len + 1); in est_simple_enroll()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | est.c | 692 req2 = os_realloc(req, len + 1); in est_simple_enroll()
|