Lines Matching refs:bufferevent_openssl
286 struct bufferevent_openssl { struct
342 evutil_offsetof(struct bufferevent_openssl, bev.bev), argument
354 static inline struct bufferevent_openssl *
357 struct bufferevent_openssl *bev_o; in upcast()
361 evutil_offsetof(struct bufferevent_openssl, bev.bev)); in upcast()
367 put_error(struct bufferevent_openssl *bev_ssl, unsigned long err) in put_error()
383 start_reading(struct bufferevent_openssl *bev_ssl) in start_reading()
404 start_writing(struct bufferevent_openssl *bev_ssl) in start_writing()
423 stop_reading(struct bufferevent_openssl *bev_ssl) in stop_reading()
437 stop_writing(struct bufferevent_openssl *bev_ssl) in stop_writing()
451 set_rbow(struct bufferevent_openssl *bev_ssl) in set_rbow()
460 set_wbor(struct bufferevent_openssl *bev_ssl) in set_wbor()
469 clear_rbow(struct bufferevent_openssl *bev_ssl) in clear_rbow()
483 clear_wbor(struct bufferevent_openssl *bev_ssl) in clear_wbor()
496 conn_closed(struct bufferevent_openssl *bev_ssl, int when, int errcode, int ret) in conn_closed()
551 init_bio_counts(struct bufferevent_openssl *bev_ssl) in init_bio_counts()
562 decrement_buckets(struct bufferevent_openssl *bev_ssl) in decrement_buckets()
584 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { in do_read()
654 do_write(struct bufferevent_openssl *bev_ssl, int atmost) in do_write()
739 bytes_to_read(struct bufferevent_openssl *bev) in bytes_to_read()
785 consider_reading(struct bufferevent_openssl *bev_ssl) in consider_reading()
855 consider_writing(struct bufferevent_openssl *bev_ssl) in consider_writing()
906 struct bufferevent_openssl *bev_ssl = ctx; in be_openssl_readcb()
913 struct bufferevent_openssl *bev_ssl = ctx; in be_openssl_writecb()
920 struct bufferevent_openssl *bev_ssl = ctx; in be_openssl_eventcb()
945 struct bufferevent_openssl *bev_ssl = ptr; in be_openssl_readeventcb()
959 struct bufferevent_openssl *bev_ssl = ptr; in be_openssl_writeeventcb()
971 be_openssl_auto_fd(struct bufferevent_openssl *bev_ssl, evutil_socket_t fd) in be_openssl_auto_fd()
983 set_open_callbacks(struct bufferevent_openssl *bev_ssl, evutil_socket_t fd) in set_open_callbacks()
1019 do_handshake(struct bufferevent_openssl *bev_ssl) in do_handshake()
1066 struct bufferevent_openssl *bev_ssl = ctx; in be_openssl_handshakecb()
1073 struct bufferevent_openssl *bev_ssl = ptr; in be_openssl_handshakeeventcb()
1084 set_handshake_callbacks(struct bufferevent_openssl *bev_ssl, evutil_socket_t fd) in set_handshake_callbacks()
1122 struct bufferevent_openssl *bev_ssl = upcast(bev); in bufferevent_ssl_renegotiate()
1139 struct bufferevent_openssl *bev_ssl = arg; in be_openssl_outbuf_cb()
1159 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_enable()
1184 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_disable()
1203 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_unlink()
1231 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_destruct()
1249 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_adj_timeouts()
1267 be_openssl_set_fd(struct bufferevent_openssl *bev_ssl, in be_openssl_set_fd()
1302 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_ctrl()
1336 struct bufferevent_openssl *bev_ssl = upcast(bufev); in bufferevent_openssl_get_ssl()
1350 struct bufferevent_openssl *bev_ssl = NULL; in bufferevent_openssl_new_impl()
1358 if (!(bev_ssl = mm_calloc(1, sizeof(struct bufferevent_openssl)))) in bufferevent_openssl_new_impl()
1491 struct bufferevent_openssl *bev_ssl; in bufferevent_openssl_get_allow_dirty_shutdown()
1504 struct bufferevent_openssl *bev_ssl; in bufferevent_openssl_set_allow_dirty_shutdown()
1516 struct bufferevent_openssl *bev_ssl; in bufferevent_get_openssl_error()