Searched refs:curl_multi_remove_handle (Results 1 – 25 of 56) sorted by relevance
123
/external/curl/tests/libtest/ |
D | lib1502.c | 132 curl_multi_remove_handle(multi, easy); in test() 147 curl_multi_remove_handle(multi, easy); in test()
|
D | lib525.c | 145 curl_multi_remove_handle(m, curl); in test() 152 curl_multi_remove_handle(m, curl); in test()
|
D | lib526.c | 108 curl_multi_remove_handle(m, curl[0]); in test() 149 curl_multi_remove_handle(m, curl[i]); in test()
|
D | lib540.c | 164 curl_multi_remove_handle(cm, e); in loop() 236 curl_multi_remove_handle(cm, eh[i]); in test()
|
D | lib502.c | 85 curl_multi_remove_handle(m, c); in test()
|
D | lib583.c | 69 mres = curl_multi_remove_handle(multiHandle, curl); in test()
|
D | lib1592.c | 101 mres = curl_multi_remove_handle(multiHandle, curl); in test()
|
D | lib503.c | 95 curl_multi_remove_handle(m, c); in test()
|
D | lib504.c | 107 curl_multi_remove_handle(m, c); in test()
|
D | lib533.c | 74 curl_multi_remove_handle(m, curl); in test()
|
D | lib1905.c | 85 curl_multi_remove_handle(cm, ch); in test()
|
D | lib573.c | 107 curl_multi_remove_handle(m, c); in test()
|
D | lib1553.c | 100 curl_multi_remove_handle(multi, curls); in test()
|
D | lib1506.c | 127 curl_multi_remove_handle(m, curl[i]); in test()
|
D | lib1507.c | 143 curl_multi_remove_handle(mcurl, curl); in test()
|
D | lib555.c | 157 curl_multi_remove_handle(m, curl); in test()
|
D | lib1515.c | 108 curl_multi_remove_handle(m, curls); in do_one_request()
|
/external/curl/docs/examples/ |
D | multi-poll.c | 70 curl_multi_remove_handle(multi_handle, http_handle); in main()
|
D | fopen.c | 269 curl_multi_remove_handle(multi_handle, file->handle.curl); in url_fopen() 293 curl_multi_remove_handle(multi_handle, file->handle.curl); in url_fclose() 430 curl_multi_remove_handle(multi_handle, file->handle.curl); in url_rewind()
|
D | multi-single.c | 102 curl_multi_remove_handle(multi_handle, http_handle); in main()
|
D | 10-at-a-time.c | 132 curl_multi_remove_handle(cm, e); in main()
|
D | imap-multi.c | 167 curl_multi_remove_handle(mcurl, curl); in main()
|
D | pop3-multi.c | 167 curl_multi_remove_handle(mcurl, curl); in main()
|
/external/curl/tests/data/ |
D | test1552 | 35 IMAP multi transfer error without curl_multi_remove_handle
|
/external/curl/docs/libcurl/ |
D | Makefile.inc | 75 curl_multi_remove_handle.3 \
|
123