Searched refs:ntlm_easy (Results 1 – 1 of 1) sorted by relevance
37 static CURL *ntlm_easy[MAX_EASY_HANDLES]; variable43 ssize_t idx = ((CURL **) data) - ntlm_easy; in callback()111 ntlm_easy[i] = NULL; in test()134 easy_init(ntlm_easy[num_handles]); in test()148 easy_setopt(ntlm_easy[num_handles], CURLOPT_USERPWD, in test()151 easy_setopt(ntlm_easy[num_handles], CURLOPT_WRITEDATA, in test()152 ntlm_easy + num_handles); in test()153 easy_setopt(ntlm_easy[num_handles], CURLOPT_HEADER, 1L); in test()155 multi_add_handle(multi, ntlm_easy[num_handles]); in test()231 curl_multi_remove_handle(multi, ntlm_easy[i]); in test()[all …]
Completed in 4 milliseconds