OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:selectop
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/
select.c
81
struct
selectop
{
struct
109
static int select_resize(struct
selectop
*sop, int fdsz);
110
static void select_free_selectop(struct
selectop
*sop);
115
struct
selectop
*sop;
117
if (!(sop = mm_calloc(1, sizeof(struct
selectop
))))
134
check_selectop(struct
selectop
*sop)
146
struct
selectop
*sop = base->evbase;
215
select_resize(struct
selectop
*sop, int fdsz)
257
struct
selectop
*sop = base->evbase;
304
struct
selectop
*sop = base->evbase
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/
select.c
80
struct
selectop
{
struct
108
static int select_resize(struct
selectop
*sop, int fdsz);
109
static void select_free_selectop(struct
selectop
*sop);
114
struct
selectop
*sop;
116
if (!(sop = mm_calloc(1, sizeof(struct
selectop
))))
133
check_selectop(struct
selectop
*sop)
145
struct
selectop
*sop = base->evbase;
214
select_resize(struct
selectop
*sop, int fdsz)
256
struct
selectop
*sop = base->evbase;
303
struct
selectop
*sop = base->evbase
[
all
...]
Completed in 31 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026