HomeSort by: relevance | last modified time | path
    Searched refs:fetchTimeout (Results 1 - 3 of 3) sorted by relevancy

  /src/share/examples/refuse/ian/libfetch/
fetch.h 142 extern int fetchTimeout;
common.c 386 if (fetchTimeout) {
389 timeout.tv_sec += fetchTimeout;
394 while (fetchTimeout && !FD_ISSET(conn->sd, &readfds)) {
512 if (fetchTimeout) {
515 timeout.tv_sec += fetchTimeout;
520 while (fetchTimeout && !FD_ISSET(conn->sd, &writefds)) {
fetch.c 48 int fetchTimeout;

Completed in 12 milliseconds