Home
last modified time | relevance | path

Searched refs:allocptr (Results 1 – 11 of 11) sorted by relevance

/external/curl/lib/
Drtsp.c345 Curl_safefree(conn->allocptr.rtsp_transport); in rtsp_do()
347 conn->allocptr.rtsp_transport = in rtsp_do()
350 if(!conn->allocptr.rtsp_transport) in rtsp_do()
359 p_transport = conn->allocptr.rtsp_transport; in rtsp_do()
371 Curl_safefree(conn->allocptr.accept_encoding); in rtsp_do()
372 conn->allocptr.accept_encoding = in rtsp_do()
375 if(!conn->allocptr.accept_encoding) in rtsp_do()
378 p_accept_encoding = conn->allocptr.accept_encoding; in rtsp_do()
386 if(Curl_checkheaders(conn, "User-Agent:") && conn->allocptr.uagent) { in rtsp_do()
387 Curl_safefree(conn->allocptr.uagent); in rtsp_do()
[all …]
Dhttp.c304 userp = &conn->allocptr.proxyuserpwd; in http_output_basic()
309 userp = &conn->allocptr.userpwd; in http_output_basic()
1639 if(conn->allocptr.host && in Curl_add_custom_headers()
1653 else if(conn->allocptr.te && in Curl_add_custom_headers()
1860 free(conn->allocptr.uagent); in Curl_http()
1861 conn->allocptr.uagent=NULL; in Curl_http()
1879 Curl_safefree(conn->allocptr.ref); in Curl_http()
1881 conn->allocptr.ref = aprintf("Referer: %s\r\n", data->change.referer); in Curl_http()
1882 if(!conn->allocptr.ref) in Curl_http()
1886 conn->allocptr.ref = NULL; in Curl_http()
[all …]
Dhttp_negotiate.c176 Curl_safefree(conn->allocptr.proxyuserpwd); in Curl_output_negotiate()
177 conn->allocptr.proxyuserpwd = userp; in Curl_output_negotiate()
180 Curl_safefree(conn->allocptr.userpwd); in Curl_output_negotiate()
181 conn->allocptr.userpwd = userp; in Curl_output_negotiate()
Dhttp_proxy.c75 Curl_safefree(conn->allocptr.proxyuserpwd); in Curl_proxy_connect()
175 useragent = conn->allocptr.uagent; in Curl_proxyCONNECT()
187 conn->allocptr.proxyuserpwd? in Curl_proxyCONNECT()
188 conn->allocptr.proxyuserpwd:"", in Curl_proxyCONNECT()
579 Curl_safefree(conn->allocptr.proxyuserpwd); in Curl_proxyCONNECT()
580 conn->allocptr.proxyuserpwd = NULL; in Curl_proxyCONNECT()
Dhttp_negotiate_sspi.c253 Curl_safefree(conn->allocptr.proxyuserpwd); in Curl_output_negotiate()
254 conn->allocptr.proxyuserpwd = userp; in Curl_output_negotiate()
257 Curl_safefree(conn->allocptr.userpwd); in Curl_output_negotiate()
258 conn->allocptr.userpwd = userp; in Curl_output_negotiate()
Dhttp_digest.c98 allocuserpwd = &conn->allocptr.proxyuserpwd; in Curl_output_digest()
105 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_digest()
Dcurl_ntlm.c135 allocuserpwd = &conn->allocptr.proxyuserpwd; in Curl_output_ntlm()
142 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_ntlm()
Dcurl_ntlm_wb.c352 allocuserpwd = &conn->allocptr.proxyuserpwd; in Curl_output_ntlm_wb()
358 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_ntlm_wb()
Durl.c2698 Curl_safefree(conn->allocptr.proxyuserpwd); in conn_free()
2699 Curl_safefree(conn->allocptr.uagent); in conn_free()
2700 Curl_safefree(conn->allocptr.userpwd); in conn_free()
2701 Curl_safefree(conn->allocptr.accept_encoding); in conn_free()
2702 Curl_safefree(conn->allocptr.te); in conn_free()
2703 Curl_safefree(conn->allocptr.rangeline); in conn_free()
2704 Curl_safefree(conn->allocptr.ref); in conn_free()
2705 Curl_safefree(conn->allocptr.host); in conn_free()
2706 Curl_safefree(conn->allocptr.cookiehost); in conn_free()
2707 Curl_safefree(conn->allocptr.rtsp_transport); in conn_free()
[all …]
Durldata.h953 } allocptr; member
/external/curl/
DCHANGES.04819 - Updates allocptr.userpwd/allocptr.proxyuserpwd *only* if d->nonce is
4823 - *Always* uses allocptr.userpwd/allocptr.proxyuserpwd if not NULL
4827 Authorization header (allocptr.userpwd) which results in authhost->done=0 ->
4829 added. *However*, allocptr.userpwd is still used when building the request