Searched refs:curl_code (Results 1 – 2 of 2) sorted by relevance
33 CURLcode curl_code; in test() local42 curl_code = curl_easy_perform(curl); in test()43 if(!curl_code) in test()46 (long) curl_code, curl_easy_strerror(curl_code), error_buffer); in test()56 curl_code = curl_easy_perform(curl); in test()57 if(curl_code) in test()60 (long) curl_code, curl_easy_strerror(curl_code), error_buffer); in test()
32 CURLcode curl_code; in test() local40 curl_code = curl_easy_perform(curl); in test()41 if(!curl_code) in test()44 (long) curl_code, curl_easy_strerror(curl_code), error_buffer); in test()