Home
last modified time | relevance | path

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

123

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos.h314 * 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 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()
H A Dos_none.c130 void * os_realloc(void *ptr, size_t size) in os_realloc() function
H A Djson.c90 tmp = os_realloc(str, buf_len); in json_parse_string()
H A Dos_internal.c275 void * os_realloc(void *ptr, size_t size) in os_realloc() function
H A Dxml-utils.c132 buf2 = os_realloc(buf, len + 1); in node_from_file()
H A Dxml_libxml2.c38 n = os_realloc(str->buf, str->len + MAX_STR + 2); in add_str()
H A Dos_unix.c555 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 Dos.h314 * 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 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()
H A Dos_none.c130 void * os_realloc(void *ptr, size_t size) in os_realloc() function
H A Djson.c90 tmp = os_realloc(str, buf_len); in json_parse_string()
H A Dos_internal.c281 void * os_realloc(void *ptr, size_t size) in os_realloc() function
H A Dxml-utils.c132 buf2 = os_realloc(buf, len + 1); in node_from_file()
H A Dxml_libxml2.c38 n = os_realloc(str->buf, str->len + MAX_STR + 2); in add_str()
H A Dos_unix.c566 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 Dos_memory.h53 os_realloc(void *ptr, size_t old_size, size_t new_size);
H A Dos_memory_stdc.h45 #define os_realloc( _old_ptr, _old_size, _new_size) \ macro
H A Dos_memory_debug.h89 #define os_realloc( _ptr, _old_size, _new_size ) \ macro
H A Du_memory.h52 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dhttpread.c516 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 Dhttpread.c516 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 Ddriver_wext.c1347 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 Dest.c691 req2 = os_realloc(req, len + 1); in est_simple_enroll()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dest.c692 req2 = os_realloc(req, len + 1); in est_simple_enroll()

Completed in 19 milliseconds

123