HomeSort by relevance Sort by last modified time
    Searched full:curl_done (Results 1 - 15 of 15) sorted by null

  /external/curl/lib/
url.h 41 CURLcode Curl_done(struct connectdata **, CURLcode, bool premature);
multi.c 523 /* Set connection owner so that Curl_done() closes it.
548 /* we must call Curl_done() here (if we still "own it") so that we don't
552 /* Curl_done() clears the conn->data field to lose the association
557 (void)Curl_done(&data->easy_conn, data->result, premature);
560 /* Clear connection pipelines, if Curl_done above was not called */
1062 (void)Curl_done(&data->easy_conn, result, TRUE);
    [all...]
urldata.h 849 Curl_done(). This entry will be NULL if the connection is re-used as then
855 cache entry remains locked. It gets unlocked in Curl_done() */
    [all...]
smtp.c     [all...]
imap.c     [all...]
transfer.c     [all...]
url.c     [all...]
pop3.c     [all...]
ssh.c     [all...]
ftp.c     [all...]
http.c     [all...]
  /external/libmicrohttpd/src/spdy2http/
proxy.c 181 bool curl_done; member in struct:Proxy
462 if(proxy->curl_done || proxy->curl_error) *more = false;
474 if((proxy->curl_done || proxy->curl_error) && 0 == proxy->http_body_size) *more = false;
1167 proxy->curl_done = true;
    [all...]
  /external/curl/docs/
INTERNALS 12 - [`Curl_done`](#Curl_done)
258 <a name="Curl_done"></a>
259 Curl_done()
    [all...]
TODO 236 protocols SFTP, SMTP, FTP. Fixing Curl_done() for this is a worthy task.
  /external/curl/
CHANGES.0     [all...]

Completed in 356 milliseconds