Home
last modified time | relevance | path

Searched refs:Curl_saferealloc (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/lib/
Dstrdup.h30 void *Curl_saferealloc(void *ptr, size_t size);
Dstrdup.c88 void *Curl_saferealloc(void *ptr, size_t size) in Curl_saferealloc() function
Drtsp.c616 char *newptr = Curl_saferealloc(rtspc->rtp_buf, in rtsp_rtp_readwrite()
Dkrb5.c524 buf->data = Curl_saferealloc(buf->data, len); in read_data()
Dcontent_encoding.c511 z->next_in = Curl_saferealloc(z->next_in, z->avail_in); in gzip_unencode_write()
Dhttp2.c1039 headp = Curl_saferealloc(stream->push_headers, in on_header()
/third_party/curl/lib/vtls/
Dsectransp.c2219 data = Curl_saferealloc(data, cap);
/third_party/curl/lib/vssh/
Dlibssh.c1535 new_readdir_line = Curl_saferealloc(sshc->readdir_line, in myssh_statemach_act()