Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dcore-file.c253 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/
Durldata.h416 bit do_more:1; /* this is set TRUE if the ->curl_do_more() function is member
642 Curl_do_more_func do_more; member
Dmulti.c1247 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()
Dftp.c304 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()
Durl.c4244 conn->bits.do_more = FALSE; /* by default there's no curl_do_more() to in Curl_init_do()
/external/curl/docs/
DINTERNALS.md992 `->do_more` gets called during the `DO_MORE` state. The FTP protocol uses