OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Aug 19 00:25:20 UTC 2026