Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libfetch/
H A Dfetch.h149 extern int fetchRestartCalls;
H A Dcommon.c1289 if (errno == EAGAIN || (errno == EINTR && fetchRestartCalls)) in fetch_socket_read()
1365 if (errno == EINTR && fetchRestartCalls) in fetch_read()
1475 if (errno == EINTR && fetchRestartCalls) in fetch_writev()
1496 if (errno == EINTR && fetchRestartCalls) in fetch_writev()
H A Dfetch.c49 int fetchRestartCalls = 1; variable
/freebsd-14.2/usr.bin/fetch/
H A Dfetch.c1133 fetchRestartCalls = 0; in main()