Searched refs:num_handles (Results 1 – 1 of 1) sorted by relevance
98 int num_handles = 0; in test() local134 easy_init(ntlm_easy[num_handles]); in test()136 if(num_handles % 3 == 2) { in test()146 easy_setopt(ntlm_easy[num_handles], CURLOPT_VERBOSE, 1L); 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()156 num_handles += 1; in test()[all …]
Completed in 4 milliseconds