Searched refs:do_more (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/libdwfl/ |
D | core-file.c | 253 do_more (size_t size, GElf_Phdr *pphdr, const GElf_Off align, in do_more() function 279 #define more(size) do_more (size, &phdr, align, elf, start, &ndx, &end, &end_vaddr)
|
/external/curl/lib/ |
D | urldata.h | 416 bit do_more:1; /* this is set TRUE if the ->curl_do_more() function is member 642 Curl_do_more_func do_more; member
|
D | multi.c | 1247 if(conn->handler->do_more) in multi_do_more() 1248 result = conn->handler->do_more(conn, complete); in multi_do_more() 1627 else if(data->conn->bits.do_more) { in multi_runsingle() 1704 multistate(data, data->conn->bits.do_more? in multi_runsingle()
|
D | ftp.c | 304 conn->bits.do_more = FALSE; in AcceptServerConnect() 1996 conn->bits.do_more = TRUE; in ftp_state_pasv_resp() 4308 conn->bits.do_more = TRUE; in ftp_dophase_done()
|
D | url.c | 4244 conn->bits.do_more = FALSE; /* by default there's no curl_do_more() to in Curl_init_do()
|
/external/curl/docs/ |
D | INTERNALS.md | 992 `->do_more` gets called during the `DO_MORE` state. The FTP protocol uses
|