Home
last modified time | relevance | path

Searched refs:multi_runsingle (Results 1 – 4 of 4) sorted by relevance

/external/curl/tests/
Dvalgrind.supp11 fun:multi_runsingle
31 fun:multi_runsingle
51 fun:multi_runsingle
67 fun:multi_runsingle
83 fun:multi_runsingle
/external/curl/lib/
Dmulti.c1296 static CURLMcode multi_runsingle(struct Curl_multi *multi, in multi_runsingle() function
2149 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()
/external/curl/docs/
DINTERNALS.md882 `multi_runsingle()` is called, it will act on this handle according to which
/external/curl/
DCHANGES.0575 multi_runsingle() if it returns CURLM_CALL_MULTI_PERFORM, but since the loop
584 We introduce a loop in lib/multi.c around all calls to multi_runsingle() and
2978 - Fixed an uninitialized variable in multi_runsingle() that could cause a
4999 1. in multi_runsingle the easy handle is in the CURLM_STATE_WAITCONNECT and