Searched refs:do_more (Results 1 – 5 of 5) sorted by relevance
488 BIT(do_more); /* this is set TRUE if the ->curl_do_more() function is746 CURLcode (*do_more)(struct Curl_easy *, int *); member
1540 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?
295 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()
4185 conn->bits.do_more = FALSE; /* by default there's no curl_do_more() to
1014 `->do_more` gets called during the `DO_MORE` state. The FTP protocol uses