/curl/tests/libtest/ |
H A D | lib1964.c | 32 struct curl_slist *connect_to = NULL; in test() local 42 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 43 if(!connect_to) { in test() 48 easy_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 62 curl_slist_free_all(connect_to); in test()
|
H A D | lib1974.c | 32 struct curl_slist *connect_to = NULL; in test() local 52 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 54 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 60 curl_slist_free_all(connect_to); in test()
|
H A D | lib1933.c | 32 struct curl_slist *connect_to = NULL; in test() local 52 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 54 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 62 curl_slist_free_all(connect_to); in test()
|
H A D | lib1934.c | 32 struct curl_slist *connect_to = NULL; in test() local 53 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 55 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 63 curl_slist_free_all(connect_to); in test()
|
H A D | lib1935.c | 32 struct curl_slist *connect_to = NULL; in test() local 53 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 55 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 63 curl_slist_free_all(connect_to); in test()
|
H A D | lib1936.c | 32 struct curl_slist *connect_to = NULL; in test() local 53 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 55 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 63 curl_slist_free_all(connect_to); in test()
|
H A D | lib1937.c | 33 struct curl_slist *connect_to = NULL; in test() local 55 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 57 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 66 curl_slist_free_all(connect_to); in test()
|
H A D | lib1956.c | 33 struct curl_slist *connect_to = NULL; in test() local 56 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 58 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 67 curl_slist_free_all(connect_to); in test()
|
H A D | lib1957.c | 33 struct curl_slist *connect_to = NULL; in test() local 56 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 58 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 66 curl_slist_free_all(connect_to); in test()
|
H A D | lib1958.c | 33 struct curl_slist *connect_to = NULL; in test() local 56 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 58 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 66 curl_slist_free_all(connect_to); in test()
|
H A D | lib1959.c | 33 struct curl_slist *connect_to = NULL; in test() local 56 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 58 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 68 curl_slist_free_all(connect_to); in test()
|
H A D | lib1973.c | 33 struct curl_slist *connect_to = NULL; in test() local 58 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 60 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 66 curl_slist_free_all(connect_to); in test()
|
H A D | lib1970.c | 33 struct curl_slist *connect_to = NULL; in test() local 59 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 61 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 67 curl_slist_free_all(connect_to); in test()
|
H A D | lib1938.c | 33 struct curl_slist *connect_to = NULL; in test() local 56 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 58 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 68 curl_slist_free_all(connect_to); in test()
|
H A D | lib1955.c | 33 struct curl_slist *connect_to = NULL; in test() local 56 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 58 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 84 curl_slist_free_all(connect_to); in test()
|
H A D | lib1971.c | 43 struct curl_slist *connect_to = NULL; in test() local 69 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 71 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 77 curl_slist_free_all(connect_to); in test()
|
H A D | lib1975.c | 43 struct curl_slist *connect_to = NULL; in test() local 71 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 73 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 79 curl_slist_free_all(connect_to); in test()
|
H A D | lib1972.c | 35 struct curl_slist *connect_to = NULL; in test() local 69 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 71 test_setopt(curl, CURLOPT_CONNECT_TO, connect_to); in test() 77 curl_slist_free_all(connect_to); in test()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_CONNECT_TO.md | 27 struct curl_slist *connect_to); 94 struct curl_slist *connect_to = NULL; 95 connect_to = curl_slist_append(NULL, "example.com::server1.example.com:"); 99 curl_easy_setopt(curl, CURLOPT_CONNECT_TO, connect_to); 108 curl_slist_free_all(connect_to);
|
/curl/src/ |
H A D | tool_cfgable.h | 211 struct curl_slist *connect_to; member
|
H A D | tool_cfgable.c | 171 curl_slist_free_all(config->connect_to); in free_config_fields()
|
H A D | tool_operate.c | 1642 if(config->connect_to) in config2setopts() 1644 my_setopt_slist(curl, CURLOPT_CONNECT_TO, config->connect_to); in config2setopts()
|
/curl/tests/server/ |
H A D | sws.c | 1283 static curl_socket_t connect_to(const char *ipaddr, unsigned short port) in connect_to() function 1475 serverfd[SWS_CTRL] = connect_to(ipaddr, ipport); in http_connect() 1603 serverfd[SWS_DATA] = connect_to(ipaddr, req2->connect_port); in http_connect()
|
/curl/lib/ |
H A D | urldata.h | 1648 struct curl_slist *connect_to; /* list of host:port mappings to override member
|
H A D | setopt.c | 1508 data->set.connect_to = slist; in setopt_slist()
|