Searched refs:curl_multi_remove_handle (Results 1 – 25 of 58) sorted by relevance
123
/external/curl/tests/libtest/ |
D | lib536.c | 110 curl_multi_remove_handle(multi, easy); in test() 129 curl_multi_remove_handle(multi, easy); in test()
|
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 | lib583.c | 68 res = curl_multi_remove_handle(multiHandle, curl); in test()
|
D | lib502.c | 85 curl_multi_remove_handle(m, c); in test()
|
D | lib1592.c | 100 res = curl_multi_remove_handle(multiHandle, curl); in test()
|
D | lib503.c | 95 curl_multi_remove_handle(m, c); in test()
|
D | lib533.c | 74 curl_multi_remove_handle(m, curl); in test()
|
D | lib504.c | 107 curl_multi_remove_handle(m, c); in test()
|
D | lib1905.c | 86 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 | lib530.c | 114 curl_multi_remove_handle(m, curl[i]); in test()
|
D | lib1506.c | 127 curl_multi_remove_handle(m, curl[i]); in test()
|
/external/curl/docs/examples/ |
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 | pop3-multi.c | 167 curl_multi_remove_handle(mcurl, curl); in main()
|
D | imap-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 | 49 curl_multi_remove_handle.3 \
|
/external/curl/packages/Symbian/bwins/ |
D | libcurlu.def | 35 curl_multi_remove_handle @ 34 NONAME
|
/external/curl/packages/Symbian/eabi/ |
D | libcurlu.def | 35 curl_multi_remove_handle @ 34 NONAME
|
123