Home
last modified time | relevance | path

Searched refs:Curl_add_custom_headers (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dhttp.h74 CURLcode Curl_add_custom_headers(struct connectdata *conn,
Dhttp_proxy.c289 result = Curl_add_custom_headers(conn, TRUE, req_buffer); in CONNECT()
Drtsp.c512 result = Curl_add_custom_headers(conn, FALSE, req_buffer); in rtsp_do()
Dhttp.c1726 CURLcode Curl_add_custom_headers(struct connectdata *conn, in Curl_add_custom_headers() function
2653 result = Curl_add_custom_headers(conn, FALSE, req_buffer); in Curl_http()