Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
H A Dcore-file.c254 do_more (size_t size, GElf_Phdr *pphdr, const GElf_Off align, in do_more() function
280 #define more(size) do_more (size, &phdr, align, elf, start, &ndx, &end, &end_vaddr)
/third_party/curl/lib/
H A Dmulti.c1657 if(conn->handler->do_more)
1658 result = conn->handler->do_more(data, complete);
2264 else if(data->conn->bits.do_more) {
2341 multistate(data, data->conn->bits.do_more?
H A Durldata.h516 BIT(do_more); /* this is set TRUE if the ->curl_do_more() function is
774 CURLcode (*do_more)(struct Curl_easy *, int *); member
H A Dftp.c162 ftp_do_more, /* do_more */
193 ftp_do_more, /* do_more */
284 conn->bits.do_more = FALSE; in AcceptServerConnect()
2005 conn->bits.do_more = TRUE; in ftp_state_pasv_resp()
3615 They are only done to kickstart the do_more state */ in ftp_do_more()
4291 /* since we didn't connect now, we want do_more to get called */ in ftp_dophase_done()
4292 conn->bits.do_more = TRUE; in ftp_dophase_done()
H A Durl.c3921 conn->bits.do_more = FALSE; /* by default there's no curl_do_more() to

Completed in 19 milliseconds