Lines Matching refs:errornum
117 CURLcode errornum; in testInternalGet() local
141 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalGet()
145 curl_easy_strerror (errornum)); in testInternalGet()
167 CURLcode errornum; in testMultithreadedGet() local
191 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedGet()
195 curl_easy_strerror (errornum)); in testMultithreadedGet()
217 CURLcode errornum; in testMultithreadedPoolGet() local
242 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolGet()
246 curl_easy_strerror (errornum)); in testMultithreadedPoolGet()
392 CURLcode errornum; in testUnknownPortGet() local
439 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testUnknownPortGet()
443 curl_easy_strerror (errornum)); in testUnknownPortGet()
557 CURLcode errornum; in testEmptyGet() local
585 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testEmptyGet()
589 curl_easy_strerror (errornum)); in testEmptyGet()