Searched refs:Curl_saferealloc (Results 1 – 6 of 6) sorted by relevance
35 void *Curl_saferealloc(void *ptr, size_t size);
116 void *Curl_saferealloc(void *ptr, size_t size) in Curl_saferealloc() function
252 newhs = Curl_saferealloc(hs, sizeof(*hs) + vlen + oalloc + 1); in unfold_value()
524 buf->data = Curl_saferealloc(buf->data, len); in read_data()
520 z->next_in = Curl_saferealloc(z->next_in, z->avail_in); in gzip_unencode_write()
1478 headp = Curl_saferealloc(stream->push_headers, in on_header()