• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/ntp/sntp/libevent/

Lines Matching refs:bufferevent_openssl

287 struct bufferevent_openssl {
343 evutil_offsetof(struct bufferevent_openssl, bev.bev),
353 /* Given a bufferevent, return a pointer to the bufferevent_openssl that
355 static inline struct bufferevent_openssl *
358 struct bufferevent_openssl *bev_o;
362 evutil_offsetof(struct bufferevent_openssl, bev.bev));
368 put_error(struct bufferevent_openssl *bev_ssl, unsigned long err)
384 start_reading(struct bufferevent_openssl *bev_ssl)
405 start_writing(struct bufferevent_openssl *bev_ssl)
421 stop_reading(struct bufferevent_openssl *bev_ssl)
435 stop_writing(struct bufferevent_openssl *bev_ssl)
448 set_rbow(struct bufferevent_openssl *bev_ssl)
457 set_wbor(struct bufferevent_openssl *bev_ssl)
466 clear_rbow(struct bufferevent_openssl *bev_ssl)
480 clear_wbor(struct bufferevent_openssl *bev_ssl)
493 conn_closed(struct bufferevent_openssl *bev_ssl, int when, int errcode, int ret)
545 init_bio_counts(struct bufferevent_openssl *bev_ssl)
554 decrement_buckets(struct bufferevent_openssl *bev_ssl)
576 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) {
645 do_write(struct bufferevent_openssl *bev_ssl, int atmost)
729 bytes_to_read(struct bufferevent_openssl *bev)
775 consider_reading(struct bufferevent_openssl *bev_ssl)
845 consider_writing(struct bufferevent_openssl *bev_ssl)
896 struct bufferevent_openssl *bev_ssl = ctx;
903 struct bufferevent_openssl *bev_ssl = ctx;
910 struct bufferevent_openssl *bev_ssl = ctx;
935 struct bufferevent_openssl *bev_ssl = ptr;
949 struct bufferevent_openssl *bev_ssl = ptr;
961 set_open_callbacks(struct bufferevent_openssl *bev_ssl, evutil_socket_t fd)
997 do_handshake(struct bufferevent_openssl *bev_ssl)
1048 struct bufferevent_openssl *bev_ssl = ctx;
1055 struct bufferevent_openssl *bev_ssl = ptr;
1066 set_handshake_callbacks(struct bufferevent_openssl *bev_ssl, evutil_socket_t fd)
1101 struct bufferevent_openssl *bev_ssl = upcast(bev);
1118 struct bufferevent_openssl *bev_ssl = arg;
1136 struct bufferevent_openssl *bev_ssl = upcast(bev);
1164 struct bufferevent_openssl *bev_ssl = upcast(bev);
1185 struct bufferevent_openssl *bev_ssl = upcast(bev);
1213 struct bufferevent_openssl *bev_ssl = upcast(bev);
1231 struct bufferevent_openssl *bev_ssl = upcast(bev);
1268 struct bufferevent_openssl *bev_ssl = upcast(bev);
1307 struct bufferevent_openssl *bev_ssl = upcast(bufev);
1321 struct bufferevent_openssl *bev_ssl = NULL;
1328 if (!(bev_ssl = mm_calloc(1, sizeof(struct bufferevent_openssl))))
1471 struct bufferevent_openssl *bev_ssl;
1484 struct bufferevent_openssl *bev_ssl;
1496 struct bufferevent_openssl *bev_ssl;