Searched refs:do_more (Results 1 – 6 of 6) sorted by relevance
/external/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)
|
/external/curl/lib/ |
D | urldata.h | 492 bool do_more; /* this is set TRUE if the ->curl_do_more() function is member 731 Curl_do_more_func do_more; member
|
D | multi.c | 1314 else if(data->easy_conn->bits.do_more) { in multi_runsingle() 1396 multistate(data, data->easy_conn->bits.do_more? in multi_runsingle()
|
D | url.c | 6128 conn->bits.do_more = FALSE; /* by default there's no curl_do_more() to use */ in do_init() 6230 if(conn->handler->do_more) in Curl_do_more() 6231 result = conn->handler->do_more(conn, complete); in Curl_do_more()
|
D | ftp.c | 2096 conn->bits.do_more = TRUE; in ftp_state_pasv_resp() 4439 conn->bits.do_more = TRUE; in ftp_dophase_done()
|
/external/curl/docs/ |
D | INTERNALS | 1008 ->do_more gets called during the `DO_MORE` state. The FTP protocol uses this
|