Searched refs:readbusy (Results 1 – 5 of 5) sorted by relevance
47 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()
236 if(config->readbusy) { in tool_write_cb()237 config->readbusy = FALSE; in tool_write_cb()
204 if(config->readbusy) { in tool_progress_cb()205 config->readbusy = FALSE; in tool_progress_cb()
104 if(config->readbusy) { in xferinfo_cb()105 config->readbusy = FALSE; in xferinfo_cb()
172 bool readbusy; /* set when reading input returns EAGAIN */ member