Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress_http.c168 http_connect(const char *address, ev_uint16_t port) in http_connect() function
475 fd = http_connect("127.0.0.1", port); in http_basic_test_impl()
501 fd = http_connect("127.0.0.1", port2); in http_basic_test_impl()
524 fd = http_connect("127.0.0.1", port2); in http_basic_test_impl()
657 fd = http_connect("127.0.0.1", port); in http_bad_request_test()
689 fd = http_connect("127.0.0.1", port2); in http_bad_request_test()
774 fd = http_connect("127.0.0.1", port); in http_delete_test()
857 fd = http_connect("127.0.0.1", port); in http_on_complete_test()
918 fd1 = http_connect("127.0.0.1", port); in http_allowed_methods_test()
940 fd2 = http_connect("127.0.0.1", port); in http_allowed_methods_test()
[all …]
/external/curl/tests/data/
Dtest21735 …ORT/path/2170002 --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…
/external/curl/tests/server/
Dsws.c1463 static void http_connect(curl_socket_t *infdp, in http_connect() function
1985 http_connect(&msgsock, listensock, connecthost, req->connect_port); in service_connection()