Home
last modified time | relevance | path

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

/external/curl/lib/
Dstrdup.h30 void *Curl_saferealloc(void *ptr, size_t size);
Dstrdup.c93 void *Curl_saferealloc(void *ptr, size_t size) in Curl_saferealloc() function
Descape.c112 testing_ptr = Curl_saferealloc(ns, alloc); in curl_easy_escape()
Dcurl_ntlm_wb.c305 newbuf = Curl_saferealloc(buf, len_out + NTLM_BUFSIZE); in ntlm_wb_response()
Dsecurity.c203 buf->data = Curl_saferealloc(buf->data, len); in read_data()
Drtsp.c607 char *newptr = Curl_saferealloc(rtspc->rtp_buf, in rtsp_rtp_readwrite()
Dcontent_encoding.c510 z->next_in = Curl_saferealloc(z->next_in, z->avail_in); in gzip_unencode_write()
Ddoh.c163 mem->memory = Curl_saferealloc(mem->memory, mem->size + realsize); in doh_write_cb()
Dhttp2.c998 headp = Curl_saferealloc(stream->push_headers, in on_header()
Dhttp.c1376 new_rb = Curl_saferealloc(in->buffer, new_size); in Curl_add_buffer()
/external/curl/lib/vtls/
Dsectransp.c2057 data = Curl_saferealloc(data, cap);
/external/curl/lib/vssh/
Dlibssh.c1403 new_readdir_line = Curl_saferealloc(sshc->readdir_line, in myssh_statemach_act()
Dlibssh2.c2034 new_readdir_line = Curl_saferealloc(sshc->readdir_line, in ssh_statemach_act()