Searched refs:EV_SOCK_ARG (Results 1 – 6 of 6) sorted by relevance
/external/libevent/ |
D | event.c | 299 EV_SOCK_ARG(ev->ev_fd), ev->ev_flags); in event_debug_note_add_() 325 EV_SOCK_ARG(ev->ev_fd), ev->ev_flags); in event_debug_note_del_() 349 EV_SOCK_ARG(ev->ev_fd), ev->ev_flags); in event_debug_assert_is_setup_() 370 EV_SOCK_ARG(ev->ev_fd), ev->ev_flags); in event_debug_assert_not_added_() 2610 EV_SOCK_ARG(ev->ev_fd), in event_add_nolock_() 2816 ev, EV_SOCK_ARG(ev->ev_fd), ev->ev_callback)); in event_del_nolock_() 2924 ev, EV_SOCK_ARG(ev->ev_fd), (int)res, ev->ev_callback)); in event_active_nolock_() 3229 ev, EV_SOCK_ARG(ev->ev_fd), EVLIST_INSERTED); in event_queue_remove_inserted() 3272 ev, EV_SOCK_ARG(ev->ev_fd), EVLIST_TIMEOUT); in event_queue_remove_timeout() 3367 ev, EV_SOCK_ARG(ev->ev_fd)); in event_queue_insert_inserted() [all …]
|
D | util-internal.h | 474 #define EV_SOCK_ARG(x) EV_I64_ARG((x)) macro 477 #define EV_SOCK_ARG(x) (x) macro
|
D | http.c | 1493 EV_SOCK_ARG(evcon->fd))); in evhttp_error_cb() 1605 EV_SOCK_ARG(evcon->fd))); in evhttp_connection_cb() 1613 EV_SOCK_ARG(evcon->fd), in evhttp_connection_cb() 1621 EV_SOCK_ARG(evcon->fd))); in evhttp_connection_cb() 2283 __func__, EV_SOCK_ARG(evcon->fd))); in evhttp_read_firstline() 2306 __func__, EV_SOCK_ARG(fd))); in evhttp_read_header() 2326 __func__, EV_SOCK_ARG(fd))); in evhttp_read_header() 2346 __func__, req->remote_host, EV_SOCK_ARG(fd))); in evhttp_read_header() 2355 EV_SOCK_ARG(fd)); in evhttp_read_header() 4247 __func__, hostname, portname, EV_SOCK_ARG(fd))); in evhttp_get_request_connection() [all …]
|
D | signal.c | 368 __func__, EV_SOCK_ARG(evsignal))); in evsig_del()
|
D | win32select.c | 252 __func__, EV_SOCK_ARG(fd))); in win32_del()
|
/external/libevent/test/ |
D | regress_bufferevent.c | 878 EV_SOCK_ARG(s), err)); in want_fail_eventcb()
|