Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
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/
Durldata.h509 BIT(do_more); /* this is set TRUE if the ->curl_do_more() function is
755 CURLcode (*do_more)(struct Curl_easy *, int *); member
Dmulti.c1617 if(conn->handler->do_more)
1618 result = conn->handler->do_more(data, complete);
2223 else if(data->conn->bits.do_more) {
2300 multistate(data, data->conn->bits.do_more?
Dftp.c283 conn->bits.do_more = FALSE; in AcceptServerConnect()
2004 conn->bits.do_more = TRUE; in ftp_state_pasv_resp()
4301 conn->bits.do_more = TRUE; in ftp_dophase_done()
Durl.c3959 conn->bits.do_more = FALSE; /* by default there's no curl_do_more() to