Lines Matching refs:errornum
123 CURLcode errornum; in testInternalGet() local
147 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalGet()
151 curl_easy_strerror (errornum)); in testInternalGet()
172 CURLcode errornum; in testMultithreadedGet() local
196 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedGet()
200 curl_easy_strerror (errornum)); in testMultithreadedGet()
221 CURLcode errornum; in testMultithreadedPoolGet() local
246 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolGet()
250 curl_easy_strerror (errornum)); in testMultithreadedPoolGet()
394 CURLcode errornum; in testUnknownPortGet() local
441 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testUnknownPortGet()
445 curl_easy_strerror (errornum)); in testUnknownPortGet()