Home
last modified time | relevance | path

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

/openbsd/lib/libevent/
H A Dpoll.c50 struct pollop { struct
81 struct pollop *pollop; in poll_init() local
87 if (!(pollop = calloc(1, sizeof(struct pollop)))) in poll_init()
92 return (pollop); in poll_init()
97 poll_check_ok(struct pollop *pop) in poll_check_ok()
133 struct pollop *pop = arg; in poll_dispatch()
201 struct pollop *pop = arg; in poll_add()
306 struct pollop *pop = arg; in poll_del()
359 struct pollop *pop = arg; in poll_dealloc()
367 memset(pop, 0, sizeof(struct pollop)); in poll_dealloc()