Lines Matching refs:multi
57 * the curl's multi interface:
58 * https://ec.haxx.se/libcurl-drive-multi.html
283 /* https://ec.haxx.se/libcurl-drive-multi-socket.html */
380 /* ..stop tracking the socket with the multi handle.. */
404 /* https://ec.haxx.se/libcurl-drive-multi-socket.html */
417 static int schedule_fd_processing(CURLM *multi,
437 /* There is only one timer per multi handle, so it makes sense to cancel
440 * From https://ec.haxx.se/libcurl-drive-multi-socket.html:
442 * entire multi handle, no matter how many individual easy handles
505 * When there is some activity on a socket associated with the multi
518 /* When integrated in a mainloop, the curl multi interface must
866 * and is later associated with curl multi handle which performs