/third_party/curl/tests/libtest/ |
H A D | lib1536.c | 46 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 61 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 71 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 97 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 116 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test()
|
H A D | lib1534.c | 46 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 62 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 72 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 97 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 116 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test()
|
H A D | lib1535.c | 48 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 63 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 75 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 102 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 123 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test()
|
H A D | lib643.c | 120 printf("curl_mime_xxx(1) = %s\n", curl_easy_strerror(res)); in once() 146 printf("curl_mime_xxx(2) = %s\n", curl_easy_strerror(res)); in once() 164 printf("curl_mime_xxx(3) = %s\n", curl_easy_strerror(res)); in once() 181 printf("curl_mime_xxx(4) = %s\n", curl_easy_strerror(res)); in once() 198 printf("curl_mime_xxx(5) = %s\n", curl_easy_strerror(res)); in once()
|
H A D | lib1538.c | 37 curl_easy_strerror((CURLcode)INT_MAX); in test() 41 curl_easy_strerror((CURLcode)-INT_MAX); in test() 46 printf("e%d: %s\n", (int)easyret, curl_easy_strerror(easyret)); in test()
|
H A D | lib1532.c | 45 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 52 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test() 68 __FILE__, __LINE__, res, curl_easy_strerror(res)); in test()
|
H A D | lib1558.c | 43 res, curl_easy_strerror(res)); in test() 52 res, curl_easy_strerror(res)); in test()
|
H A D | lib3010.c | 43 __FILE__, __LINE__, ret, curl_easy_strerror(ret)); in test() 53 __FILE__, __LINE__, ret, curl_easy_strerror(ret)); in test()
|
H A D | lib1906.c | 52 (int) res, curl_easy_strerror(res), error_buffer); in test() 72 (long) res, curl_easy_strerror(res), error_buffer); in test()
|
H A D | lib1947.c | 55 curl_easy_strerror(res)); in test() 75 curl_easy_strerror(res)); in test()
|
H A D | lib1509.c | 60 __FILE__, __LINE__, (int)code, curl_easy_strerror(code)); in test() 69 __FILE__, __LINE__, (int)code, curl_easy_strerror(code)); in test()
|
H A D | lib677.c | 88 (int)ec, curl_easy_strerror(ec)); in test() 106 (int)ec, curl_easy_strerror(ec)); in test()
|
H A D | lib3026.c | 103 i, (int) results[i], curl_easy_strerror(results[i])); in test() 162 i, (int) results[i], curl_easy_strerror(results[i])); in test()
|
/third_party/curl/docs/examples/ |
H A D | cookie_interface.c | 49 curl_easy_strerror(res)); in print_cookies() 81 fprintf(stderr, "Curl perform failed: %s\n", curl_easy_strerror(res)); in main() 105 curl_easy_strerror(res)); in main() 121 curl_easy_strerror(res)); in main() 129 fprintf(stderr, "Curl perform failed: %s\n", curl_easy_strerror(res)); in main()
|
H A D | sendrecv.c | 99 printf("Error: %s\n", curl_easy_strerror(res)); in main() 108 printf("Error: %s\n", curl_easy_strerror(res)); in main() 132 printf("Error: %s\n", curl_easy_strerror(res)); in main() 157 printf("Error: %s\n", curl_easy_strerror(res)); in main()
|
H A D | imap-store.c | 64 curl_easy_strerror(res)); in main() 76 curl_easy_strerror(res)); in main()
|
H A D | persistent.c | 52 curl_easy_strerror(res)); in main() 63 curl_easy_strerror(res)); in main()
|
H A D | ftpuploadfrommem.c | 84 curl_easy_strerror(res)); in main() 119 curl_easy_strerror(res)); in main()
|
H A D | post-callback.c | 81 curl_easy_strerror(res)); in main() 149 curl_easy_strerror(res)); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_get.c | 145 curl_easy_strerror (errornum)); in testInternalGet() 195 curl_easy_strerror (errornum)); in testMultithreadedGet() 246 curl_easy_strerror (errornum)); in testMultithreadedPoolGet() 359 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet() 443 curl_easy_strerror (errornum)); in testUnknownPortGet() 589 curl_easy_strerror (errornum)); in testEmptyGet()
|
H A D | test_get_chunked.c | 187 curl_easy_strerror (errornum)); in testInternalGet() 229 curl_easy_strerror (errornum)); in testMultithreadedGet() 272 curl_easy_strerror (errornum)); in testMultithreadedPoolGet() 377 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
|
H A D | test_get_sendfile.c | 151 curl_easy_strerror (errornum)); in testInternalGet() 200 curl_easy_strerror (errornum)); in testMultithreadedGet() 250 curl_easy_strerror (errornum)); in testMultithreadedPoolGet() 362 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet() 445 curl_easy_strerror (errornum)); in testUnknownPortGet()
|
H A D | test_post.c | 201 curl_easy_strerror (errornum)); in testInternalPost() 255 curl_easy_strerror (errornum)); in testMultithreadedPost() 310 curl_easy_strerror (errornum)); in testMultithreadedPoolPost() 427 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalPost() 596 curl_easy_strerror (errornum), errornum); in testMultithreadedPostCancelPart() 605 fprintf(stderr, "curl_easy_getinfo failed: '%s'\n", curl_easy_strerror(errornum)); in testMultithreadedPostCancelPart()
|
H A D | perf_get.c | 222 curl_easy_strerror (errornum)); in testInternalGet() 282 curl_easy_strerror (errornum)); in testMultithreadedGet() 342 curl_easy_strerror (errornum)); in testMultithreadedPoolGet() 461 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
|
H A D | test_large_put.c | 185 curl_easy_strerror (errornum)); in testInternalPut() 243 curl_easy_strerror (errornum)); in testMultithreadedPut() 305 curl_easy_strerror (errornum)); in testMultithreadedPoolPut() 429 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalPut()
|