Searched refs:multi_runsingle (Results 1 – 4 of 4) sorted by relevance
11 fun:multi_runsingle31 fun:multi_runsingle51 fun:multi_runsingle67 fun:multi_runsingle83 fun:multi_runsingle
1296 static CURLMcode multi_runsingle(struct Curl_multi *multi, in multi_runsingle() function2149 result = multi_runsingle(multi, now, data); in curl_multi_perform()2603 result = multi_runsingle(multi, now, data); in multi_socket()2645 result = multi_runsingle(multi, now, data); in multi_socket()
882 `multi_runsingle()` is called, it will act on this handle according to which
575 multi_runsingle() if it returns CURLM_CALL_MULTI_PERFORM, but since the loop584 We introduce a loop in lib/multi.c around all calls to multi_runsingle() and2978 - Fixed an uninitialized variable in multi_runsingle() that could cause a4999 1. in multi_runsingle the easy handle is in the CURLM_STATE_WAITCONNECT and