HomeSort by: relevance | last modified time | path
    Searched refs:fetchRestartCalls (Results 1 - 3 of 3) 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;

Completed in 13 milliseconds