/third_party/curl/tests/libtest/ |
H A D | lib1905.c | 75 curl_multi_fdset(cm, &R, &W, &E, &MAX); in test()
|
H A D | lib1507.c | 116 curl_multi_fdset(mcurl, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
|
H A D | lib1531.c | 72 CURLMcode mc; /* curl_multi_fdset() return code */ in test() 99 mc = curl_multi_fdset(multi_handle, &fdread, &fdwrite, &fdexcep, &maxfd); in test() 102 fprintf(stderr, "curl_multi_fdset() failed, code %d.\n", mc); in test() 110 curl_multi_fdset() doc. */ in test()
|
H A D | lib670.c | 215 mres = curl_multi_fdset(multi, &fdread, &fdwrite, &fdexcept, &maxfd); in test()
|
H A D | test.h | 302 if((ec = curl_multi_fdset((A), (B), (C), (D), (E))) != CURLM_OK) { \ 303 fprintf(stderr, "%s:%d curl_multi_fdset() failed, " \ 309 fprintf(stderr, "%s:%d curl_multi_fdset() succeeded, " \
|
/third_party/curl/docs/examples/ |
H A D | multi-legacy.c | 82 CURLMcode mc; /* curl_multi_fdset() return code */ in main() 109 mc = curl_multi_fdset(multi_handle, &fdread, &fdwrite, &fdexcep, &maxfd); in main() 112 fprintf(stderr, "curl_multi_fdset() failed, code %d.\n", mc); in main() 120 curl_multi_fdset() doc. */ in main()
|
/third_party/curl/include/curl/ |
H A D | multi.h | 154 * Name: curl_multi_fdset() 162 CURL_EXTERN CURLMcode curl_multi_fdset(CURLM *multi_handle,
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_empty_response.c | 141 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testInternalSelectGet()
|
H A D | test_https_get_select.c | 153 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalGet()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_callback.c | 140 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in main()
|
H A D | test_parse_cookies.c | 179 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalGet()
|
H A D | test_process_arguments.c | 178 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalGet()
|
H A D | test_get_chunked.c | 345 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalGet()
|
H A D | perf_get.c | 429 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalGet()
|
H A D | test_get.c | 327 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalGet()
|
H A D | test_get_sendfile.c | 330 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalGet()
|
H A D | test_large_put.c | 397 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalPut()
|
H A D | test_post_loop.c | 380 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalPost()
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
H A D | test_get.c | 252 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalGet()
|
H A D | test_get_chunked.c | 269 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalGet()
|
H A D | test_post.c | 330 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalPost()
|
H A D | test_post_form.c | 345 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalPost()
|
H A D | test_put.c | 299 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalPut()
|
H A D | test_put_chunked.c | 310 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalPut()
|
H A D | test_put_large.c | 317 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max); in testExternalPut()
|