Home
last modified time | relevance | path

Searched refs:multi_do (Results 1 – 2 of 2) sorted by relevance

/external/curl/docs/
DINTERNALS.md10 - [`multi_do`](#multi_do)
222 <a name="multi_do"></a>
223 multi_do()
226 `multi_do()` makes sure the proper protocol-specific function is called. The
259 matters in a state so that `multi_do()` should be possible to call again on
/external/curl/lib/
Dmulti.c1214 static CURLcode multi_do(struct Curl_easy *data, bool *done) in multi_do() function
1603 result = multi_do(data, &dophase_done); in multi_runsingle()