Searched refs:bufferevent_openssl (Results 1 – 7 of 7) sorted by relevance
285 struct bufferevent_openssl { struct341 evutil_offsetof(struct bufferevent_openssl, bev.bev), argument353 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()[all …]
41 SSL_OBJS=bufferevent_openssl.obj
278 am__libevent_openssl_la_SOURCES_DIST = bufferevent_openssl.c280 @OPENSSL_TRUE@ libevent_openssl_la-bufferevent_openssl.lo1234 @OPENSSL_TRUE@libevent_openssl_la_SOURCES = bufferevent_openssl.c1649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo@am__qu…1725 libevent_openssl_la-bufferevent_openssl.lo: bufferevent_openssl.c1726 …bufferevent_openssl.lo -MD -MP -MF $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo -c -o lib…1727 …$(am__mv) $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo $(DEPDIR)/libevent_openssl_la-buff…1730 …) -c -o libevent_openssl_la-bufferevent_openssl.lo `test -f 'bufferevent_openssl.c' || echo '$(src…
252 libevent_openssl_la_SOURCES = bufferevent_openssl.c
72 Code Improvements (bufferevent_openssl)472 o bufferevent_openssl: reset fd_is_set when setfd with -1 is called (3da84c2 Azat Khuzhin)1274 BUGFIXES (bufferevent_openssl):1738 o We need AM_CPPFLAGS when compiling bufferevent_openssl.c (6d2613b
354 Now bufferevent_openssl supports "dirty" shutdown (when the peer closes the
158 BUGFIXES (bufferevent_openssl):666 …o Change bufferevent_openssl::do_write so it doesn't call SSL_write with a 0 length buffer (c99131…