Searched refs:do_more (Results 1 – 5 of 5) sorted by relevance
/third_party/elfutils/libdwfl/ |
D | core-file.c | 254 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/ |
D | urldata.h | 509 BIT(do_more); /* this is set TRUE if the ->curl_do_more() function is 755 CURLcode (*do_more)(struct Curl_easy *, int *); member
|
D | multi.c | 1617 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?
|
D | ftp.c | 283 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()
|
D | url.c | 3959 conn->bits.do_more = FALSE; /* by default there's no curl_do_more() to
|