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

  /src/share/examples/refuse/ian/libfetch/
fetch.h 145 extern int fetchRestartCalls;
common.c 411 if (errno == EINTR && fetchRestartCalls)
426 if (errno == EINTR && fetchRestartCalls)
537 if (errno == EINTR && fetchRestartCalls)
557 if (errno == EINTR && fetchRestartCalls)
fetch.c 49 int fetchRestartCalls = 1;
  /src/external/bsd/fetch/dist/libfetch/
fetch.h 178 extern volatile int fetchRestartCalls;
fetch.c 53 volatile int fetchRestartCalls = 1;
common.c 569 if (errno == EINTR && fetchRestartCalls)
602 if (errno != EINTR || !fetchRestartCalls)
722 if (errno == EINTR && fetchRestartCalls)
745 if (errno == EINTR && fetchRestartCalls)

Completed in 18 milliseconds