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

/external/chromium/third_party/libevent/
H A Dpoll.c56 struct pollop { struct
87 struct pollop *pollop; local
93 if (!(pollop = calloc(1, sizeof(struct pollop))))
98 return (pollop);
103 poll_check_ok(struct pollop *pop)
139 struct pollop *pop = arg;
207 struct pollop *pop = arg;
312 struct pollop *po
[all...]
/external/chromium_org/third_party/libevent/
H A Dpoll.c56 struct pollop { struct
87 struct pollop *pollop; local
93 if (!(pollop = calloc(1, sizeof(struct pollop))))
98 return (pollop);
103 poll_check_ok(struct pollop *pop)
139 struct pollop *pop = arg;
207 struct pollop *pop = arg;
312 struct pollop *po
[all...]

Completed in 109 milliseconds