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

  /external/curl/lib/
http_negotiate.c 114 Curl_safefree(conn->allocptr.proxyuserpwd);
115 conn->allocptr.proxyuserpwd = userp;
118 Curl_safefree(conn->allocptr.userpwd);
119 conn->allocptr.userpwd = userp;
rtsp.c 345 Curl_safefree(conn->allocptr.rtsp_transport);
347 conn->allocptr.rtsp_transport =
350 if(!conn->allocptr.rtsp_transport)
359 p_transport = conn->allocptr.rtsp_transport;
371 Curl_safefree(conn->allocptr.accept_encoding);
372 conn->allocptr.accept_encoding =
375 if(!conn->allocptr.accept_encoding)
378 p_accept_encoding = conn->allocptr.accept_encoding;
386 if(Curl_checkheaders(conn, "User-Agent:") && conn->allocptr.uagent) {
387 Curl_safefree(conn->allocptr.uagent)
    [all...]
http.c 290 userp = &conn->allocptr.proxyuserpwd;
295 userp = &conn->allocptr.userpwd;
    [all...]
http_digest.c 97 allocuserpwd = &conn->allocptr.proxyuserpwd;
104 allocuserpwd = &conn->allocptr.userpwd;
http_proxy.c 85 Curl_safefree(conn->allocptr.proxyuserpwd);
190 useragent = conn->allocptr.uagent;
201 conn->allocptr.proxyuserpwd?
202 conn->allocptr.proxyuserpwd:"",
594 Curl_safefree(conn->allocptr.proxyuserpwd);
595 conn->allocptr.proxyuserpwd = NULL;
http_ntlm.c 138 allocuserpwd = &conn->allocptr.proxyuserpwd;
145 allocuserpwd = &conn->allocptr.userpwd;
curl_ntlm_wb.c 351 allocuserpwd = &conn->allocptr.proxyuserpwd;
357 allocuserpwd = &conn->allocptr.userpwd;
url.c     [all...]
urldata.h 990 } allocptr; member in struct:connectdata
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
archive.c 477 char *allocptr = 0;
529 allocptr = (char *) bfd_zmalloc (allocsize);
530 if (allocptr == NULL)
532 filename = (allocptr
537 free (allocptr);
571 if (!allocptr)
573 allocptr = (char *) bfd_zmalloc (allocsize);
574 if (allocptr == NULL)
578 ared = (struct areltdata *) allocptr;
580 ared->arch_header = allocptr + sizeof (struct areltdata)
474 char *allocptr = 0; local
    [all...]

Completed in 50 milliseconds