Home
last modified time | relevance | path

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

/dragonfly/lib/libfetch/
H A Dfetch.h151 extern int fetchRestartCalls;
H A Dcommon.c1322 if (errno == EAGAIN || (errno == EINTR && fetchRestartCalls)) in fetch_socket_read()
1398 if (errno == EINTR && fetchRestartCalls) in fetch_read()
1508 if (errno == EINTR && fetchRestartCalls) in fetch_writev()
1529 if (errno == EINTR && fetchRestartCalls) in fetch_writev()
H A Dfetch.c52 int fetchRestartCalls = 1; variable
/dragonfly/usr.bin/fetch/
H A Dfetch.c1144 fetchRestartCalls = 0; in main()