Home
last modified time | relevance | path

Searched refs:http_connect (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/tests/data/
Dtest21735 …/%TESTNUMBER0002 --proxy http://%HOSTIP:%HTTPPORT --proxytunnel -w "%{http_code} %{http_connect}\n"
Dtest128845 …nect-headers --dump-header - --include --write-out "\nCONNECT CODE: %{http_connect}\nRECEIVED HEAD…
Dtest97062 …ffective":"log/out%TESTNUMBER","ftp_entry_path":null,"http_code":200,"http_connect":0,"http_versio…
/third_party/ffmpeg/libavformat/
Dhttp.c176 static int http_connect(URLContext *h, const char *path, const char *local_path,
260 err = http_connect(h, path, local_path, hoststr, in http_open_cnx_internal()
1277 static int http_connect(URLContext *h, const char *path, const char *local_path, in http_connect() function
/third_party/curl/tests/server/
Dsws.c1319 static void http_connect(curl_socket_t *infdp, in http_connect() function
1845 http_connect(&msgsock, listensock, connecthost, req->connect_port); in service_connection()