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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dselect.c69 struct selectop { struct
97 static int select_resize(struct selectop *sop, int fdsz);
98 static void select_free_selectop(struct selectop *sop);
103 struct selectop *sop;
105 if (!(sop = mm_calloc(1, sizeof(struct selectop))))
120 check_selectop(struct selectop *sop)
132 struct selectop *sop = base->evbase;
201 select_resize(struct selectop *sop, int fdsz)
243 struct selectop *sop = base->evbase;
290 struct selectop *so
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dselect.c70 struct selectop { struct
97 static int select_resize(struct selectop *sop, int fdsz);
102 struct selectop *sop;
108 if (!(sop = calloc(1, sizeof(struct selectop))))
120 check_selectop(struct selectop *sop)
149 struct selectop *sop = arg;
207 select_resize(struct selectop *sop, int fdsz)
268 struct selectop *sop = arg;
318 struct selectop *sop = arg;
346 struct selectop *so
[all...]

Completed in 119 milliseconds