Home
last modified time | relevance | path

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

/curl/lib/
H A Durldata.h526 BIT(do_more); /* this is set TRUE if the ->curl_do_more() function is
654 CURLcode (*do_more)(struct Curl_easy *, int *); member
H A Dmulti.c1664 if(conn->handler->do_more)
1665 result = conn->handler->do_more(data, complete);
2343 else if(data->conn->bits.do_more) {
2778 multistate(data, data->conn->bits.do_more ?
H A Dftp.c1216 data->conn->bits.do_more = FALSE; in ftp_state_use_port()
1961 conn->bits.do_more = TRUE; in ftp_state_pasv_resp()
4280 conn->bits.do_more = TRUE; in ftp_dophase_done()
H A Durl.c3837 conn->bits.do_more = FALSE; /* by default there is no curl_do_more() to

Completed in 35 milliseconds