Searched refs:Curl_saferealloc (Results 1 – 8 of 8) sorted by relevance
30 void *Curl_saferealloc(void *ptr, size_t size);
88 void *Curl_saferealloc(void *ptr, size_t size) in Curl_saferealloc() function
616 char *newptr = Curl_saferealloc(rtspc->rtp_buf, in rtsp_rtp_readwrite()
524 buf->data = Curl_saferealloc(buf->data, len); in read_data()
511 z->next_in = Curl_saferealloc(z->next_in, z->avail_in); in gzip_unencode_write()
1039 headp = Curl_saferealloc(stream->push_headers, in on_header()
2219 data = Curl_saferealloc(data, cap);
1535 new_readdir_line = Curl_saferealloc(sshc->readdir_line, in myssh_statemach_act()