Home
last modified time | relevance | path

Searched refs:full_url (Results 1 – 2 of 2) sorted by relevance

/curl/tests/libtest/
H A Dlibauthretry.c37 char *full_url = malloc(len); in send_request() local
38 if(!full_url) { in send_request()
43 msnprintf(full_url, len, "%s%04d", url, seq); in send_request()
45 "(auth %ld)\n", seq, full_url, userpwd, auth_scheme); in send_request()
46 test_setopt(curl, CURLOPT_URL, full_url); in send_request()
56 free(full_url); in send_request()
H A Dlibntlmconnect.c100 char *full_url = malloc(urllen); in test() local
104 if(!full_url) { in test()
116 free(full_url); in test()
136 msnprintf(full_url, urllen, "%s0200", url); in test()
140 msnprintf(full_url, urllen, "%s0100", url); in test()
144 easy_setopt(easy[num_handles], CURLOPT_URL, full_url); in test()
234 free(full_url); in test()

Completed in 6 milliseconds