Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libevent/
Dpoll.c56 struct pollop { struct
87 struct pollop *pollop; in poll_init() local
93 if (!(pollop = calloc(1, sizeof(struct pollop)))) in poll_init()
98 return (pollop); in poll_init()
103 poll_check_ok(struct pollop *pop) in poll_check_ok()
139 struct pollop *pop = arg; in poll_dispatch()
207 struct pollop *pop = arg; in poll_add()
312 struct pollop *pop = arg; in poll_del()
365 struct pollop *pop = arg; in poll_dealloc()
377 memset(pop, 0, sizeof(struct pollop)); in poll_dealloc()