Searched refs:wsaevent (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/unbound/libunbound/
H A Dunbound-event.h103 /** Create a new ub_event associated with the given wsaevent,
106 void* wsaevent, void (*cb)(int, short, void*), void* arg);
150 /** Destructor for a ub_event associated with a wsaevent,
/freebsd-12-stable/contrib/unbound/util/
H A Dub_event.h93 /** Create a new ub_event associated with the wsaevent for the event base */
95 void* wsaevent, void (*cb)(int, short, void*), void* arg);
118 /** Free a with a wsaevent associated event */
H A Dwinsock_event.h264 * @param wsaevent: the WSAEvent that gets signaled.
270 WSAEVENT wsaevent, void (*cb)(int, short, void*), void* arg);
273 * Unregister a wsaevent. User has to close the WSAEVENT itself.
H A Dub_event.c338 ub_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent, argument
347 if (winsock_register_wsaevent(AS_EVENT_BASE(base), ev, wsaevent, cb,
354 (void)wsaevent;
H A Dub_event_pluggable.c316 my_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent, argument
327 &my_ev->ev, wsaevent, cb, arg)) {
337 (void)wsaevent;
532 ub_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent, argument
539 return (*base->vmt->winsock_register_wsaevent)(base, wsaevent, cb, arg);
H A Dwinsock_event.c660 WSAEVENT wsaevent, void (*cb)(int, short, void*), void* arg)
670 ev->hEvent = wsaevent;
659 winsock_register_wsaevent(struct event_base* base, struct event* ev, WSAEVENT wsaevent, void (*cb)(int, short, void*), void* arg) argument

Completed in 68 milliseconds