Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dcore-file.c254 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/
Durldata.h492 bool do_more; /* this is set TRUE if the ->curl_do_more() function is member
731 Curl_do_more_func do_more; member
Dmulti.c1314 else if(data->easy_conn->bits.do_more) { in multi_runsingle()
1396 multistate(data, data->easy_conn->bits.do_more? in multi_runsingle()
Durl.c6128 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()
Dftp.c2096 conn->bits.do_more = TRUE; in ftp_state_pasv_resp()
4439 conn->bits.do_more = TRUE; in ftp_dophase_done()
/external/curl/docs/
DINTERNALS1008 ->do_more gets called during the `DO_MORE` state. The FTP protocol uses this