OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waittv
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/unbound/dist/testcode/
streamtcp.c
382
struct timeval tv, *
waittv
;
local
389
if(wait_all)
waittv
= NULL;
390
else
waittv
= &tv;
391
ret = select(fd+1, &rfd, NULL, NULL,
waittv
);
dohclient.c
261
struct timeval tv, *
waittv
;
variable in typeref:struct:
271
waittv
= NULL;
273
waittv
= &tv;
277
r = select(h2_session->fd+1, &rfd, NULL, NULL,
waittv
);
/src/external/bsd/fetch/dist/libfetch/
common.c
681
struct timeval now, timeout,
waittv
;
local
708
waittv
.tv_sec = timeout.tv_sec - now.tv_sec;
709
waittv
.tv_usec = timeout.tv_usec - now.tv_usec;
710
if (
waittv
.tv_usec < 0) {
711
waittv
.tv_usec += 1000000;
712
waittv
.tv_sec--;
714
if (
waittv
.tv_sec < 0) {
720
r = select(conn->sd + 1, NULL, &writefds, NULL, &
waittv
);
Completed in 16 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026