Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_rea.c46 in->config->readbusy = TRUE; in tool_read_cb()
52 in->config->readbusy = FALSE; in tool_read_cb()
Dtool_cb_wrt.c146 if(config->readbusy) { in tool_write_cb()
147 config->readbusy = FALSE; in tool_write_cb()
Dtool_cfgable.h138 bool readbusy; /* set when reading input returns EAGAIN */ member