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_in
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libevent/dist/
select.c
217
fd_set *
readset_in
= NULL;
local
223
if ((
readset_in
= mm_realloc(sop->event_readset_in, fdsz)) == NULL)
225
sop->event_readset_in =
readset_in
;
230
*
readset_in
and writeset_in, or return -1" to "expand the
win32select.c
78
struct win_fd_set *
readset_in
;
member in struct:win32op
111
EVUTIL_ASSERT(new_num_fds >= op->
readset_in
->fd_count &&
116
if (!(op->
readset_in
= mm_realloc(op->
readset_in
, size)))
128
struct win_fd_set *set = read ? op->
readset_in
: op->writeset_in;
140
set = read ? op->
readset_in
: op->writeset_in;
155
struct win_fd_set *set = read ? op->
readset_in
: op->writeset_in;
192
if (!(winop->
readset_in
= mm_malloc(size)))
202
winop->
readset_in
->fd_count = winop->writeset_in->fd_count = 0;
213
XFREE(winop->
readset_in
);
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/
select.c
216
fd_set *
readset_in
= NULL;
local
222
if ((
readset_in
= mm_realloc(sop->event_readset_in, fdsz)) == NULL)
224
sop->event_readset_in =
readset_in
;
229
*
readset_in
and writeset_in, or return -1" to "expand the
win32select.c
77
struct win_fd_set *
readset_in
;
member in struct:win32op
110
EVUTIL_ASSERT(new_num_fds >= op->
readset_in
->fd_count &&
115
if (!(op->
readset_in
= mm_realloc(op->
readset_in
, size)))
127
struct win_fd_set *set = read ? op->
readset_in
: op->writeset_in;
139
set = read ? op->
readset_in
: op->writeset_in;
154
struct win_fd_set *set = read ? op->
readset_in
: op->writeset_in;
191
if (!(winop->
readset_in
= mm_malloc(size)))
201
winop->
readset_in
->fd_count = winop->writeset_in->fd_count = 0;
212
XFREE(winop->
readset_in
);
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026