Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dstrdup.h35 void *Curl_saferealloc(void *ptr, size_t size);
Dstrdup.c116 void *Curl_saferealloc(void *ptr, size_t size) in Curl_saferealloc() function
Dheaders.c252 newhs = Curl_saferealloc(hs, sizeof(*hs) + vlen + oalloc + 1); in unfold_value()
Dkrb5.c524 buf->data = Curl_saferealloc(buf->data, len); in read_data()
Dcontent_encoding.c520 z->next_in = Curl_saferealloc(z->next_in, z->avail_in); in gzip_unencode_write()
Dhttp2.c1478 headp = Curl_saferealloc(stream->push_headers, in on_header()