Home
last modified time | relevance | path

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

/external/curl/tests/data/
Dtest21735 …ORT/path/2170002 --proxy http://%HOSTIP:%HTTPPORT --proxytunnel -w "%{http_code} %{http_connect}\n"
Dtest97062 …","method":"GET","http_code":200,"response_code":200,"num_headers":9,"http_connect":0,"time_total"…
Dtest128845 …nect-headers --dump-header - --include --write-out "\nCONNECT CODE: %{http_connect}\nRECEIVED HEAD…
/external/libevent/test/
Dregress_http.c179 http_connect(const char *address, ev_uint16_t port) in http_connect() function
526 fd = http_connect("127.0.0.1", port); in http_basic_test_impl()
546 fd = http_connect("127.0.0.1", port2); in http_basic_test_impl()
567 fd = http_connect("127.0.0.1", port2); in http_basic_test_impl()
702 fd = http_connect("127.0.0.1", port); in http_bad_request_test()
734 fd = http_connect("127.0.0.1", port2); in http_bad_request_test()
820 fd = http_connect("127.0.0.1", port); in http_delete_test()
903 fd = http_connect("127.0.0.1", port); in http_on_complete_test()
964 fd1 = http_connect("127.0.0.1", port); in http_allowed_methods_test()
986 fd2 = http_connect("127.0.0.1", port); in http_allowed_methods_test()
[all …]
/external/flac/src/plugin_xmms/
Dhttp.c353 static int http_connect (gchar *url_, gboolean head, guint64 offset) in http_connect() function
619 sock = http_connect (url, false, offset); in http_buffer_loop()
/external/curl/tests/server/
Dsws.c1321 static void http_connect(curl_socket_t *infdp, in http_connect() function
1842 http_connect(&msgsock, listensock, connecthost, req->connect_port); in service_connection()