Searched refs:multi_done (Results 1 - 1 of 1) sorted by relevance

/external/curl/lib/
H A Dmulti.c517 static CURLcode multi_done(struct connectdata **connp, function
531 DEBUGF(infof(data, "multi_done\n"));
534 /* Stop if multi_done() has already been called */
578 DEBUGF(infof(data, "Connection still in use, no more multi_done now!\n"));
708 /* we must call multi_done() here (if we still own the connection) so that
712 /* multi_done() clears the conn->data field to lose the association
717 (void)multi_done(&data->easy_conn, data->result, premature);
720 /* Clear connection pipelines, if multi_done above was not called */
727 multi_done() as that may actually call Curl_expire that uses this */
1163 result = multi_done(
[all...]

Completed in 31 milliseconds