OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fdsz
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/
select.c
109
static int select_resize(struct selectop *sop, int
fdsz
);
215
select_resize(struct selectop *sop, int
fdsz
)
223
if ((readset_in = mm_realloc(sop->event_readset_in,
fdsz
)) == NULL)
226
if ((writeset_in = mm_realloc(sop->event_writeset_in,
fdsz
)) == NULL) {
239
fdsz
- sop->event_fdsz);
241
fdsz
- sop->event_fdsz);
243
sop->event_fdsz =
fdsz
;
267
int
fdsz
= sop->event_fdsz;
local
269
if (
fdsz
< (int)sizeof(fd_mask))
270
fdsz
= (int)sizeof(fd_mask)
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/
select.c
108
static int select_resize(struct selectop *sop, int
fdsz
);
214
select_resize(struct selectop *sop, int
fdsz
)
222
if ((readset_in = mm_realloc(sop->event_readset_in,
fdsz
)) == NULL)
225
if ((writeset_in = mm_realloc(sop->event_writeset_in,
fdsz
)) == NULL) {
238
fdsz
- sop->event_fdsz);
240
fdsz
- sop->event_fdsz);
242
sop->event_fdsz =
fdsz
;
266
int
fdsz
= sop->event_fdsz;
local
268
if (
fdsz
< (int)sizeof(fd_mask))
269
fdsz
= (int)sizeof(fd_mask)
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026