Home
last modified time | relevance | path

Searched refs:do_more (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/
Durldata.h488 BIT(do_more); /* this is set TRUE if the ->curl_do_more() function is
746 CURLcode (*do_more)(struct Curl_easy *, int *); member
Dmulti.c1540 if(conn->handler->do_more)
1541 result = conn->handler->do_more(data, complete);
2060 else if(data->conn->bits.do_more) {
2137 multistate(data, data->conn->bits.do_more?
Dftp.c295 conn->bits.do_more = FALSE; in AcceptServerConnect()
2027 conn->bits.do_more = TRUE; in ftp_state_pasv_resp()
4281 conn->bits.do_more = TRUE; in ftp_dophase_done()
Durl.c4185 conn->bits.do_more = FALSE; /* by default there's no curl_do_more() to
/third_party/curl/docs/
DINTERNALS.md1014 `->do_more` gets called during the `DO_MORE` state. The FTP protocol uses