Searched refs:EV_SOCK_ARG (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/libevent/dist/ |
| H A D | util-internal.h | 295 #define EV_SOCK_ARG(x) EV_I64_ARG((x)) macro 298 #define EV_SOCK_ARG(x) (x) macro
|
| H A D | event.c | 249 EV_SOCK_ARG((ev)->ev_fd), (ev)->ev_flags); \ 270 EV_SOCK_ARG((ev)->ev_fd), (ev)->ev_flags); \ 289 EV_SOCK_ARG((ev)->ev_fd), (ev)->ev_flags); \ 308 EV_SOCK_ARG((ev)->ev_fd), (ev)->ev_flags); \ 2061 EV_SOCK_ARG(ev->ev_fd), in event_add_internal() 2224 ev, EV_SOCK_ARG(ev->ev_fd), ev->ev_callback)); in event_del_internal() 2315 ev, EV_SOCK_ARG(ev->ev_fd), (int)res, ev->ev_callback)); in event_active_nolock() 2530 ev, EV_SOCK_ARG(ev->ev_fd), queue); in event_queue_remove() 2604 ev, EV_SOCK_ARG(ev->ev_fd), queue); in event_queue_insert() 2856 (void*)e, EV_SOCK_ARG(e->ev_fd), in event_base_dump_events() [all …]
|
| H A D | http.c | 1337 EV_SOCK_ARG(evcon->fd))); in evhttp_error_cb() 1414 EV_SOCK_ARG(evcon->fd))); in evhttp_connection_cb() 1422 EV_SOCK_ARG(evcon->fd), in evhttp_connection_cb() 1430 EV_SOCK_ARG(evcon->fd))); in evhttp_connection_cb() 1986 __func__, EV_SOCK_ARG(evcon->fd))); in evhttp_read_firstline() 2009 __func__, EV_SOCK_ARG(fd))); in evhttp_read_header() 2024 __func__, EV_SOCK_ARG(fd))); in evhttp_read_header() 2042 __func__, req->remote_host, EV_SOCK_ARG(fd))); in evhttp_read_header() 2051 EV_SOCK_ARG(fd)); in evhttp_read_header() 3693 __func__, hostname, portname, EV_SOCK_ARG(fd))); in evhttp_get_request_connection() [all …]
|
| H A D | signal.c | 361 __func__, EV_SOCK_ARG(evsignal))); in evsig_del()
|
| H A D | win32select.c | 249 __func__, EV_SOCK_ARG(fd))); in win32_del()
|
| /minix3/external/bsd/libevent/dist/test/ |
| H A D | regress_bufferevent.c | 567 EV_SOCK_ARG(s), err)); in want_fail_eventcb()
|