Lines Matching refs:bufferevent_openssl
285 struct bufferevent_openssl { struct
341 evutil_offsetof(struct bufferevent_openssl, bev.bev), argument
353 static inline struct bufferevent_openssl *
356 struct bufferevent_openssl *bev_o; in upcast()
360 evutil_offsetof(struct bufferevent_openssl, bev.bev)); in upcast()
366 put_error(struct bufferevent_openssl *bev_ssl, unsigned long err) in put_error()
382 start_reading(struct bufferevent_openssl *bev_ssl) in start_reading()
403 start_writing(struct bufferevent_openssl *bev_ssl) in start_writing()
422 stop_reading(struct bufferevent_openssl *bev_ssl) in stop_reading()
436 stop_writing(struct bufferevent_openssl *bev_ssl) in stop_writing()
450 set_rbow(struct bufferevent_openssl *bev_ssl) in set_rbow()
459 set_wbor(struct bufferevent_openssl *bev_ssl) in set_wbor()
468 clear_rbow(struct bufferevent_openssl *bev_ssl) in clear_rbow()
482 clear_wbor(struct bufferevent_openssl *bev_ssl) in clear_wbor()
495 conn_closed(struct bufferevent_openssl *bev_ssl, int when, int errcode, int ret) in conn_closed()
547 init_bio_counts(struct bufferevent_openssl *bev_ssl) in init_bio_counts()
558 decrement_buckets(struct bufferevent_openssl *bev_ssl) in decrement_buckets()
580 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { in do_read()
650 do_write(struct bufferevent_openssl *bev_ssl, int atmost) in do_write()
735 bytes_to_read(struct bufferevent_openssl *bev) in bytes_to_read()
781 consider_reading(struct bufferevent_openssl *bev_ssl) in consider_reading()
851 consider_writing(struct bufferevent_openssl *bev_ssl) in consider_writing()
902 struct bufferevent_openssl *bev_ssl = ctx; in be_openssl_readcb()
909 struct bufferevent_openssl *bev_ssl = ctx; in be_openssl_writecb()
916 struct bufferevent_openssl *bev_ssl = ctx; in be_openssl_eventcb()
941 struct bufferevent_openssl *bev_ssl = ptr; in be_openssl_readeventcb()
955 struct bufferevent_openssl *bev_ssl = ptr; in be_openssl_writeeventcb()
967 be_openssl_auto_fd(struct bufferevent_openssl *bev_ssl, int fd) in be_openssl_auto_fd()
979 set_open_callbacks(struct bufferevent_openssl *bev_ssl, evutil_socket_t fd) in set_open_callbacks()
1015 do_handshake(struct bufferevent_openssl *bev_ssl) in do_handshake()
1062 struct bufferevent_openssl *bev_ssl = ctx; in be_openssl_handshakecb()
1069 struct bufferevent_openssl *bev_ssl = ptr; in be_openssl_handshakeeventcb()
1080 set_handshake_callbacks(struct bufferevent_openssl *bev_ssl, evutil_socket_t fd) in set_handshake_callbacks()
1118 struct bufferevent_openssl *bev_ssl = upcast(bev); in bufferevent_ssl_renegotiate()
1135 struct bufferevent_openssl *bev_ssl = arg; in be_openssl_outbuf_cb()
1155 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_enable()
1180 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_disable()
1199 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_unlink()
1227 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_destruct()
1245 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_adj_timeouts()
1263 be_openssl_set_fd(struct bufferevent_openssl *bev_ssl, in be_openssl_set_fd()
1294 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_ctrl()
1328 struct bufferevent_openssl *bev_ssl = upcast(bufev); in bufferevent_openssl_get_ssl()
1342 struct bufferevent_openssl *bev_ssl = NULL; in bufferevent_openssl_new_impl()
1349 if (!(bev_ssl = mm_calloc(1, sizeof(struct bufferevent_openssl)))) in bufferevent_openssl_new_impl()
1468 struct bufferevent_openssl *bev_ssl; in bufferevent_openssl_get_allow_dirty_shutdown()
1481 struct bufferevent_openssl *bev_ssl; in bufferevent_openssl_set_allow_dirty_shutdown()
1493 struct bufferevent_openssl *bev_ssl; in bufferevent_get_openssl_error()