Searched defs:event_add (Results 1 - 4 of 4) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/wps/ |
H A D | wps_upnp_event.c | 367 * event_add - Add a new event to a queue 373 int event_add(struct subscription *s, const struct wpabuf *data, int probereq) function
|
/external/wpa_supplicant_8/src/wps/ |
H A D | wps_upnp_event.c | 367 * event_add - Add a new event to a queue 373 int event_add(struct subscription *s, const struct wpabuf *data, int probereq) function
|
/external/wpa_supplicant_8/wpa_supplicant/src/wps/ |
H A D | wps_upnp_event.c | 367 * event_add - Add a new event to a queue 373 int event_add(struct subscription *s, const struct wpabuf *data, int probereq) function
|
/external/libevent/ |
H A D | event.c | 1726 res = event_add(&eonce->ev, tv); 1973 event_add(struct event *ev, const struct timeval *tv) function 2040 /* Implementation function to add an event. Works just like event_add, 2056 "event_add: event: %p (fd "EV_SOCK_FMT"), %s%s%scall %p", 2165 "event_add: timeout in %d seconds, call %p", 2842 return event_add(&base->th_notify, NULL);
|
Completed in 269 milliseconds