Searched refs:Curl_saferealloc (Results 1 – 13 of 13) sorted by relevance
/external/curl/lib/ |
D | strdup.h | 30 void *Curl_saferealloc(void *ptr, size_t size);
|
D | strdup.c | 93 void *Curl_saferealloc(void *ptr, size_t size) in Curl_saferealloc() function
|
D | escape.c | 112 testing_ptr = Curl_saferealloc(ns, alloc); in curl_easy_escape()
|
D | curl_ntlm_wb.c | 305 newbuf = Curl_saferealloc(buf, len_out + NTLM_BUFSIZE); in ntlm_wb_response()
|
D | security.c | 203 buf->data = Curl_saferealloc(buf->data, len); in read_data()
|
D | rtsp.c | 607 char *newptr = Curl_saferealloc(rtspc->rtp_buf, in rtsp_rtp_readwrite()
|
D | content_encoding.c | 510 z->next_in = Curl_saferealloc(z->next_in, z->avail_in); in gzip_unencode_write()
|
D | doh.c | 163 mem->memory = Curl_saferealloc(mem->memory, mem->size + realsize); in doh_write_cb()
|
D | http2.c | 998 headp = Curl_saferealloc(stream->push_headers, in on_header()
|
D | http.c | 1376 new_rb = Curl_saferealloc(in->buffer, new_size); in Curl_add_buffer()
|
/external/curl/lib/vtls/ |
D | sectransp.c | 2057 data = Curl_saferealloc(data, cap);
|
/external/curl/lib/vssh/ |
D | libssh.c | 1403 new_readdir_line = Curl_saferealloc(sshc->readdir_line, in myssh_statemach_act()
|
D | libssh2.c | 2034 new_readdir_line = Curl_saferealloc(sshc->readdir_line, in ssh_statemach_act()
|