Home
last modified time | relevance | path

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

/minix3/external/bsd/libevent/dist/
H A Dutil-internal.h295 #define EV_SOCK_ARG(x) EV_I64_ARG((x)) macro
298 #define EV_SOCK_ARG(x) (x) macro
H A Devent.c249 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 Dhttp.c1337 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 Dsignal.c361 __func__, EV_SOCK_ARG(evsignal))); in evsig_del()
H A Dwin32select.c249 __func__, EV_SOCK_ARG(fd))); in win32_del()
/minix3/external/bsd/libevent/dist/test/
H A Dregress_bufferevent.c567 EV_SOCK_ARG(s), err)); in want_fail_eventcb()