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.c101 char *full_url = malloc(urllen); in test() local
105 if(!full_url) { in test()
117 free(full_url); in test()
137 msnprintf(full_url, urllen, "%s0200", url); in test()
141 msnprintf(full_url, urllen, "%s0100", url); in test()
145 easy_setopt(ntlm_easy[num_handles], CURLOPT_URL, full_url); in test()
238 free(full_url); in test()

Completed in 5 milliseconds