OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readset_out
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libevent/dist/
select.c
150
fd_set *
readset_out
=NULL, *writeset_out=NULL;
local
152
if (!(
readset_out
= mm_realloc(sop->event_readset_out, sz)))
154
sop->event_readset_out =
readset_out
;
156
/* We don't free
readset_out
here, since it was
win32select.c
80
struct win_fd_set *
readset_out
;
member in struct:win32op
196
if (!(winop->
readset_out
= mm_malloc(size)))
203
winop->
readset_out
->fd_count = winop->writeset_out->fd_count
215
XFREE(winop->
readset_out
);
293
if (!(win32op->
readset_out
= mm_realloc(win32op->
readset_out
, size)))
302
fd_set_copy(win32op->
readset_out
, win32op->readset_in);
307
(win32op->
readset_out
->fd_count > win32op->writeset_out->fd_count) ?
308
win32op->
readset_out
->fd_count : win32op->writeset_out->fd_count;
323
(struct fd_set*)win32op->
readset_out
,
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/
select.c
149
fd_set *
readset_out
=NULL, *writeset_out=NULL;
local
151
if (!(
readset_out
= mm_realloc(sop->event_readset_out, sz)))
153
sop->event_readset_out =
readset_out
;
155
/* We don't free
readset_out
here, since it was
win32select.c
79
struct win_fd_set *
readset_out
;
member in struct:win32op
195
if (!(winop->
readset_out
= mm_malloc(size)))
202
winop->
readset_out
->fd_count = winop->writeset_out->fd_count
214
XFREE(winop->
readset_out
);
292
if (!(win32op->
readset_out
= mm_realloc(win32op->
readset_out
, size)))
301
fd_set_copy(win32op->
readset_out
, win32op->readset_in);
306
(win32op->
readset_out
->fd_count > win32op->writeset_out->fd_count) ?
307
win32op->
readset_out
->fd_count : win32op->writeset_out->fd_count;
322
(struct fd_set*)win32op->
readset_out
,
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026