Searched refs:selectop (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/ntp/sntp/libevent/
H A Dselect.c78 struct selectop { struct
106 static int select_resize(struct selectop *sop, int fdsz);
107 static void select_free_selectop(struct selectop *sop);
112 struct selectop *sop;
114 if (!(sop = mm_calloc(1, sizeof(struct selectop))))
131 check_selectop(struct selectop *sop)
143 struct selectop *sop = base->evbase;
212 select_resize(struct selectop *sop, int fdsz)
254 struct selectop *sop = base->evbase;
301 struct selectop *so
[all...]
/freebsd-10.3-release/contrib/pf/libevent/
H A Dselect.c62 struct selectop { struct
90 static int select_resize(struct selectop *sop, int fdsz);
95 struct selectop *sop;
101 if (!(sop = calloc(1, sizeof(struct selectop))))
113 check_selectop(struct selectop *sop)
146 struct selectop *sop = arg;
157 struct selectop *sop = arg;
214 select_resize(struct selectop *sop, int fdsz)
275 struct selectop *sop = arg;
325 struct selectop *so
[all...]

Completed in 96 milliseconds