Searched refs:EV_SOCK_ARG (Results 1 – 5 of 5) sorted by relevance
/external/libevent/ |
D | util-internal.h | 294 #define EV_SOCK_ARG(x) EV_I64_ARG((x)) macro 297 #define EV_SOCK_ARG(x) (x) macro
|
D | event.c | 246 EV_SOCK_ARG((ev)->ev_fd), (ev)->ev_flags); \ 267 EV_SOCK_ARG((ev)->ev_fd), (ev)->ev_flags); \ 286 EV_SOCK_ARG((ev)->ev_fd), (ev)->ev_flags); \ 305 EV_SOCK_ARG((ev)->ev_fd), (ev)->ev_flags); \ 2058 EV_SOCK_ARG(ev->ev_fd), in event_add_internal() 2221 ev, EV_SOCK_ARG(ev->ev_fd), ev->ev_callback)); in event_del_internal() 2312 ev, EV_SOCK_ARG(ev->ev_fd), (int)res, ev->ev_callback)); in event_active_nolock() 2527 ev, EV_SOCK_ARG(ev->ev_fd), queue); in event_queue_remove() 2601 ev, EV_SOCK_ARG(ev->ev_fd), queue); in event_queue_insert() 2853 (void*)e, EV_SOCK_ARG(e->ev_fd), in event_base_dump_events() [all …]
|
D | http.c | 1334 EV_SOCK_ARG(evcon->fd))); in evhttp_error_cb() 1411 EV_SOCK_ARG(evcon->fd))); in evhttp_connection_cb() 1419 EV_SOCK_ARG(evcon->fd), in evhttp_connection_cb() 1427 EV_SOCK_ARG(evcon->fd))); in evhttp_connection_cb() 1983 __func__, EV_SOCK_ARG(evcon->fd))); in evhttp_read_firstline() 2006 __func__, EV_SOCK_ARG(fd))); in evhttp_read_header() 2021 __func__, EV_SOCK_ARG(fd))); in evhttp_read_header() 2039 __func__, req->remote_host, EV_SOCK_ARG(fd))); in evhttp_read_header() 2048 EV_SOCK_ARG(fd)); in evhttp_read_header() 3690 __func__, hostname, portname, EV_SOCK_ARG(fd))); in evhttp_get_request_connection() [all …]
|
D | signal.c | 358 __func__, EV_SOCK_ARG(evsignal))); in evsig_del()
|
D | win32select.c | 246 __func__, EV_SOCK_ARG(fd))); in win32_del()
|