Searched refs:do_more (Results 1 - 5 of 5) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A 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/ |
H A D | multi.c | 1657 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 D | urldata.h | 516 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 D | ftp.c | 162 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 D | url.c | 3921 conn->bits.do_more = FALSE; /* by default there's no curl_do_more() to
|
Completed in 19 milliseconds