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

/freebsd-10.3-release/contrib/ntp/sntp/libevent/
H A Dpoll.c60 struct pollop { struct
90 struct pollop *pollop; local
92 if (!(pollop = mm_calloc(1, sizeof(struct pollop))))
99 return (pollop);
104 poll_check_ok(struct pollop *pop)
129 struct pollop *pop = base->evbase;
219 struct pollop *pop = base->evbase;
280 struct pollop *po
[all...]
/freebsd-10.3-release/contrib/pf/libevent/
H A Dpoll.c59 struct pollop { struct
91 struct pollop *pollop; local
97 if (!(pollop = calloc(1, sizeof(struct pollop))))
102 return (pollop);
118 poll_check_ok(struct pollop *pop)
154 struct pollop *pop = arg;
217 struct pollop *pop = arg;
322 struct pollop *po
[all...]

Completed in 94 milliseconds