Home
last modified time | relevance | path

Searched refs:fetchRestartCalls (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libfetch/
H A Dfetch.h149 extern int fetchRestartCalls;
H A Dcommon.c1288 if (errno == EAGAIN || (errno == EINTR && fetchRestartCalls)) in fetch_socket_read()
1364 if (errno == EINTR && fetchRestartCalls) in fetch_read()
1474 if (errno == EINTR && fetchRestartCalls) in fetch_writev()
1495 if (errno == EINTR && fetchRestartCalls) in fetch_writev()
H A Dfetch.c48 int fetchRestartCalls = 1; variable
/freebsd/usr.bin/fetch/
H A Dfetch.c1132 fetchRestartCalls = 0; in main()