Home
last modified time | relevance | path

Searched refs:pollop (Results 1 – 3 of 3) sorted by relevance

/src/contrib/ntp/sntp/libevent/
H A Dpoll.c71 struct pollop { struct
101 struct pollop *pollop; in poll_init() local
103 if (!(pollop = mm_calloc(1, sizeof(struct pollop)))) in poll_init()
110 return (pollop); in poll_init()
115 poll_check_ok(struct pollop *pop) in poll_check_ok()
140 struct pollop *pop = base->evbase; in poll_dispatch()
232 struct pollop *pop = base->evbase; in poll_add()
295 struct pollop *pop = base->evbase; in poll_del()
346 struct pollop *pop = base->evbase; in poll_dealloc()
354 memset(pop, 0, sizeof(struct pollop)); in poll_dealloc()
/src/contrib/libevent/
H A Dpoll.c71 struct pollop { struct
101 struct pollop *pollop; in poll_init() local
103 if (!(pollop = mm_calloc(1, sizeof(struct pollop)))) in poll_init()
110 return (pollop); in poll_init()
115 poll_check_ok(struct pollop *pop) in poll_check_ok()
140 struct pollop *pop = base->evbase; in poll_dispatch()
232 struct pollop *pop = base->evbase; in poll_add()
295 struct pollop *pop = base->evbase; in poll_del()
346 struct pollop *pop = base->evbase; in poll_dealloc()
354 memset(pop, 0, sizeof(struct pollop)); in poll_dealloc()
/src/contrib/pf/libevent/
H A Dpoll.c59 struct pollop { struct
91 struct pollop *pollop; in poll_init() local
97 if (!(pollop = calloc(1, sizeof(struct pollop)))) in poll_init()
102 return (pollop); in poll_init()
118 poll_check_ok(struct pollop *pop) in poll_check_ok()
154 struct pollop *pop = arg; in poll_dispatch()
217 struct pollop *pop = arg; in poll_add()
322 struct pollop *pop = arg; in poll_del()
375 struct pollop *pop = arg; in poll_dealloc()
386 memset(pop, 0, sizeof(struct pollop)); in poll_dealloc()