OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fetchTimeout
(Results
1 - 6
of
6
) sorted by relevancy
/src/share/examples/refuse/ian/libfetch/
fetch.h
142
extern int
fetchTimeout
;
common.c
386
if (
fetchTimeout
) {
389
timeout.tv_sec +=
fetchTimeout
;
394
while (
fetchTimeout
&& !FD_ISSET(conn->sd, &readfds)) {
512
if (
fetchTimeout
) {
515
timeout.tv_sec +=
fetchTimeout
;
520
while (
fetchTimeout
&& !FD_ISSET(conn->sd, &writefds)) {
fetch.c
48
int
fetchTimeout
;
/src/external/bsd/fetch/dist/libfetch/
fetch.h
175
extern int
fetchTimeout
;
common.c
550
if (
fetchTimeout
) {
552
timeout_end.tv_sec +=
fetchTimeout
;
558
if (
fetchTimeout
&& pfd.events) {
697
if (
fetchTimeout
) {
700
timeout.tv_sec +=
fetchTimeout
;
705
while (
fetchTimeout
&& !FD_ISSET(conn->sd, &writefds)) {
fetch.c
52
int
fetchTimeout
;
Completed in 16 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026