Searched refs:allocptr (Results 1 – 9 of 9) sorted by relevance
354 Curl_safefree(conn->allocptr.rtsp_transport); in rtsp_do()356 conn->allocptr.rtsp_transport = in rtsp_do()359 if(!conn->allocptr.rtsp_transport) in rtsp_do()368 p_transport = conn->allocptr.rtsp_transport; in rtsp_do()380 Curl_safefree(conn->allocptr.accept_encoding); in rtsp_do()381 conn->allocptr.accept_encoding = in rtsp_do()384 if(!conn->allocptr.accept_encoding) in rtsp_do()387 p_accept_encoding = conn->allocptr.accept_encoding; in rtsp_do()395 if(Curl_checkheaders(conn, "User-Agent") && conn->allocptr.uagent) { in rtsp_do()396 Curl_safefree(conn->allocptr.uagent); in rtsp_do()[all …]
279 userp = &conn->allocptr.proxyuserpwd; in http_output_basic()284 userp = &conn->allocptr.userpwd; in http_output_basic()328 userp = &conn->allocptr.userpwd; in http_output_bearer()1814 if(conn->allocptr.host && in Curl_add_custom_headers()1832 else if(conn->allocptr.te && in Curl_add_custom_headers()2048 free(conn->allocptr.uagent); in Curl_http()2049 conn->allocptr.uagent = NULL; in Curl_http()2077 Curl_safefree(conn->allocptr.ref); in Curl_http()2079 conn->allocptr.ref = aprintf("Referer: %s\r\n", data->change.referer); in Curl_http()2080 if(!conn->allocptr.ref) in Curl_http()[all …]
159 Curl_safefree(conn->allocptr.proxyuserpwd); in Curl_output_negotiate()160 conn->allocptr.proxyuserpwd = userp; in Curl_output_negotiate()163 Curl_safefree(conn->allocptr.userpwd); in Curl_output_negotiate()164 conn->allocptr.userpwd = userp; in Curl_output_negotiate()
129 Curl_safefree(conn->allocptr.proxyuserpwd); in Curl_proxy_connect()267 useragent = conn->allocptr.uagent; in CONNECT()279 conn->allocptr.proxyuserpwd? in CONNECT()280 conn->allocptr.proxyuserpwd:"", in CONNECT()631 Curl_safefree(conn->allocptr.proxyuserpwd); in CONNECT()632 conn->allocptr.proxyuserpwd = NULL; in CONNECT()
97 allocuserpwd = &conn->allocptr.proxyuserpwd; in Curl_output_digest()104 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_digest()
143 allocuserpwd = &conn->allocptr.proxyuserpwd; in Curl_output_ntlm()153 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_ntlm()
359 allocuserpwd = &conn->allocptr.proxyuserpwd; in Curl_output_ntlm_wb()365 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_ntlm_wb()
725 Curl_safefree(conn->allocptr.proxyuserpwd); in conn_free()726 Curl_safefree(conn->allocptr.uagent); in conn_free()727 Curl_safefree(conn->allocptr.userpwd); in conn_free()728 Curl_safefree(conn->allocptr.accept_encoding); in conn_free()729 Curl_safefree(conn->allocptr.te); in conn_free()730 Curl_safefree(conn->allocptr.rangeline); in conn_free()731 Curl_safefree(conn->allocptr.ref); in conn_free()732 Curl_safefree(conn->allocptr.host); in conn_free()733 Curl_safefree(conn->allocptr.cookiehost); in conn_free()734 Curl_safefree(conn->allocptr.rtsp_transport); in conn_free()[all …]
935 } allocptr; member