Home
last modified time | relevance | path

Searched refs:readbusy (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/src/
Dtool_cb_rea.c47 in->config->readbusy = TRUE; in tool_read_cb()
53 in->config->readbusy = FALSE; in tool_read_cb()
73 if(config->readbusy) { in tool_readbusy_cb()
74 config->readbusy = FALSE; in tool_readbusy_cb()
Dtool_cb_wrt.c236 if(config->readbusy) { in tool_write_cb()
237 config->readbusy = FALSE; in tool_write_cb()
Dtool_cb_prg.c204 if(config->readbusy) { in tool_progress_cb()
205 config->readbusy = FALSE; in tool_progress_cb()
Dtool_progress.c104 if(config->readbusy) { in xferinfo_cb()
105 config->readbusy = FALSE; in xferinfo_cb()
Dtool_cfgable.h172 bool readbusy; /* set when reading input returns EAGAIN */ member