Lines Matching refs:errornum
168 CURLcode errornum; in testInternalPost() local
197 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testInternalPost()
201 curl_easy_strerror (errornum)); in testInternalPost()
222 CURLcode errornum; in testMultithreadedPost() local
251 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPost()
255 curl_easy_strerror (errornum)); in testMultithreadedPost()
276 CURLcode errornum; in testMultithreadedPoolPost() local
306 if (CURLE_OK != (errornum = curl_easy_perform (c))) in testMultithreadedPoolPost()
310 curl_easy_strerror (errornum)); in testMultithreadedPoolPost()
538 CURLcode errornum; in testMultithreadedPostCancelPart() local
592 if (CURLE_HTTP_RETURNED_ERROR != (errornum = curl_easy_perform (c))) in testMultithreadedPostCancelPart()
596 curl_easy_strerror (errornum), errornum); in testMultithreadedPostCancelPart()
605 fprintf(stderr, "curl_easy_getinfo failed: '%s'\n", curl_easy_strerror(errornum)); in testMultithreadedPostCancelPart()