Home
last modified time | relevance | path

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

/external/curl/lib/
Drtsp.c346 Curl_safefree(conn->allocptr.rtsp_transport); in rtsp_do()
348 conn->allocptr.rtsp_transport = in rtsp_do()
351 if(!conn->allocptr.rtsp_transport) in rtsp_do()
360 p_transport = conn->allocptr.rtsp_transport; in rtsp_do()
372 Curl_safefree(conn->allocptr.accept_encoding); in rtsp_do()
373 conn->allocptr.accept_encoding = in rtsp_do()
376 if(!conn->allocptr.accept_encoding) in rtsp_do()
379 p_accept_encoding = conn->allocptr.accept_encoding; in rtsp_do()
387 if(Curl_checkheaders(conn, "User-Agent:") && conn->allocptr.uagent) { in rtsp_do()
388 Curl_safefree(conn->allocptr.uagent); in rtsp_do()
[all …]
Dhttp.c290 userp = &conn->allocptr.proxyuserpwd; in http_output_basic()
295 userp = &conn->allocptr.userpwd; in http_output_basic()
1602 if(conn->allocptr.host && in Curl_add_custom_headers()
1616 else if(conn->allocptr.te && in Curl_add_custom_headers()
1841 free(conn->allocptr.uagent); in Curl_http()
1842 conn->allocptr.uagent=NULL; in Curl_http()
1860 Curl_safefree(conn->allocptr.ref); in Curl_http()
1862 conn->allocptr.ref = aprintf("Referer: %s\r\n", data->change.referer); in Curl_http()
1863 if(!conn->allocptr.ref) in Curl_http()
1867 conn->allocptr.ref = NULL; in Curl_http()
[all …]
Dhttp_negotiate.c119 Curl_safefree(conn->allocptr.proxyuserpwd); in Curl_output_negotiate()
120 conn->allocptr.proxyuserpwd = userp; in Curl_output_negotiate()
123 Curl_safefree(conn->allocptr.userpwd); in Curl_output_negotiate()
124 conn->allocptr.userpwd = userp; in Curl_output_negotiate()
Dhttp_proxy.c125 Curl_safefree(conn->allocptr.proxyuserpwd); in Curl_proxy_connect()
234 useragent = conn->allocptr.uagent; in Curl_proxyCONNECT()
246 conn->allocptr.proxyuserpwd? in Curl_proxyCONNECT()
247 conn->allocptr.proxyuserpwd:"", in Curl_proxyCONNECT()
639 Curl_safefree(conn->allocptr.proxyuserpwd); in Curl_proxyCONNECT()
640 conn->allocptr.proxyuserpwd = NULL; in Curl_proxyCONNECT()
Dhttp_digest.c97 allocuserpwd = &conn->allocptr.proxyuserpwd; in Curl_output_digest()
104 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_digest()
Dhttp_ntlm.c138 allocuserpwd = &conn->allocptr.proxyuserpwd; in Curl_output_ntlm()
145 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_ntlm()
Dcurl_ntlm_wb.c351 allocuserpwd = &conn->allocptr.proxyuserpwd; in Curl_output_ntlm_wb()
357 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_ntlm_wb()
Durl.c2932 Curl_safefree(conn->allocptr.proxyuserpwd); in conn_free()
2933 Curl_safefree(conn->allocptr.uagent); in conn_free()
2934 Curl_safefree(conn->allocptr.userpwd); in conn_free()
2935 Curl_safefree(conn->allocptr.accept_encoding); in conn_free()
2936 Curl_safefree(conn->allocptr.te); in conn_free()
2937 Curl_safefree(conn->allocptr.rangeline); in conn_free()
2938 Curl_safefree(conn->allocptr.ref); in conn_free()
2939 Curl_safefree(conn->allocptr.host); in conn_free()
2940 Curl_safefree(conn->allocptr.cookiehost); in conn_free()
2941 Curl_safefree(conn->allocptr.rtsp_transport); in conn_free()
[all …]
Durldata.h1027 } 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