HomeSort by relevance Sort by last modified time
    Searched refs:Curl_saferealloc (Results 1 - 10 of 10) sorted by null

  /external/curl/lib/
strdup.h 30 void *Curl_saferealloc(void *ptr, size_t size);
strdup.c 81 * Curl_saferealloc(ptr, size)
93 void *Curl_saferealloc(void *ptr, size_t size)
escape.c 113 testing_ptr = Curl_saferealloc(ns, alloc);
content_encoding.c 375 z->next_in = Curl_saferealloc(z->next_in, z->avail_in);
curl_ntlm_wb.c 297 newbuf = Curl_saferealloc(buf, len_out + NTLM_BUFSIZE);
security.c 206 tmp = Curl_saferealloc(buf->data, len);
rtsp.c 618 char *newptr = Curl_saferealloc(rtspc->rtp_buf,
http2.c 847 headp = Curl_saferealloc(stream->push_headers,
    [all...]
http.c     [all...]
ssh.c     [all...]

Completed in 666 milliseconds