Home
last modified time | relevance | path

Searched refs:bufferevent_setfd (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_sock.c405 bufferevent_setfd(bev, fd); in bufferevent_socket_connect()
427 bufferevent_setfd(bev, fd); in bufferevent_socket_connect()
H A Dhttp.c1362 err = bufferevent_setfd(evcon->bufev, -1); in evhttp_connection_reset_()
2588 if (bufferevent_setfd(evcon->bufev, evcon->fd)) in evhttp_connection_connect_()
2591 if (bufferevent_setfd(evcon->bufev, -1)) in evhttp_connection_connect_()
4270 if (bufferevent_setfd(evcon->bufev, fd)) in evhttp_get_request_connection()
H A Dbufferevent.c865 bufferevent_setfd(struct bufferevent *bev, evutil_socket_t fd) in bufferevent_setfd() function
H A Dbufferevent_openssl.c1095 if (bufferevent_setfd(bev_ssl->underlying, fd)) in set_handshake_callbacks()
H A DChangeLog-1.4123 o introduce bufferevent_setcb and bufferevent_setfd to allow better manipulation of bufferevents
H A DChangeLog-2.0874 o Do not make bufferevent_setfd implicitly disable EV_READ and EV_WRITE. (8274379)
1105 o Add a bufferevent_getfd() function to mirror bufferevent_setfd()
1106 o Make bufferevent_setfd() return an error code if the operation is not successful.
1208 o introduce bufferevent_setcb and bufferevent_setfd to allow better manipulation of bufferevents
/freebsd/contrib/libevent/
H A Dbufferevent_sock.c405 bufferevent_setfd(bev, fd); in bufferevent_socket_connect()
427 bufferevent_setfd(bev, fd); in bufferevent_socket_connect()
H A Dhttp.c1362 err = bufferevent_setfd(evcon->bufev, -1); in evhttp_connection_reset_()
2588 if (bufferevent_setfd(evcon->bufev, evcon->fd)) in evhttp_connection_connect_()
2591 if (bufferevent_setfd(evcon->bufev, -1)) in evhttp_connection_connect_()
4270 if (bufferevent_setfd(evcon->bufev, fd)) in evhttp_get_request_connection()
H A Dbufferevent.c865 bufferevent_setfd(struct bufferevent *bev, evutil_socket_t fd) in bufferevent_setfd() function
H A Dbufferevent_openssl.c1095 if (bufferevent_setfd(bev_ssl->underlying, fd)) in set_handshake_callbacks()
H A DChangeLog-1.4123 o introduce bufferevent_setcb and bufferevent_setfd to allow better manipulation of bufferevents
H A DChangeLog-2.0874 o Do not make bufferevent_setfd implicitly disable EV_READ and EV_WRITE. (8274379)
1105 o Add a bufferevent_getfd() function to mirror bufferevent_setfd()
1106 o Make bufferevent_setfd() return an error code if the operation is not successful.
1208 o introduce bufferevent_setcb and bufferevent_setfd to allow better manipulation of bufferevents
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h356 int bufferevent_setfd(struct bufferevent *bufev, evutil_socket_t fd);
/freebsd/contrib/libevent/include/event2/
H A Dbufferevent.h356 int bufferevent_setfd(struct bufferevent *bufev, evutil_socket_t fd);
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c291 tt_fd_op(bufferevent_setfd(bev, EVUTIL_INVALID_SOCKET), ==, 0); in bufferevent_openssl_check_fd()
/freebsd/contrib/libevent/test/
H A Dregress_ssl.c291 tt_fd_op(bufferevent_setfd(bev, EVUTIL_INVALID_SOCKET), ==, 0); in bufferevent_openssl_check_fd()