Home
last modified time | relevance | path

Searched refs:bufferevent_openssl (Results 1 – 7 of 7) sorted by relevance

/external/libevent/
Dbufferevent_openssl.c285 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()
[all …]
DMakefile.nmake41 SSL_OBJS=bufferevent_openssl.obj
DMakefile.in278 am__libevent_openssl_la_SOURCES_DIST = bufferevent_openssl.c
280 @OPENSSL_TRUE@ libevent_openssl_la-bufferevent_openssl.lo
1234 @OPENSSL_TRUE@libevent_openssl_la_SOURCES = bufferevent_openssl.c
1649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo@am__qu…
1725 libevent_openssl_la-bufferevent_openssl.lo: bufferevent_openssl.c
1726bufferevent_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…
DMakefile.am252 libevent_openssl_la_SOURCES = bufferevent_openssl.c
DChangeLog72 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
Dwhatsnew-2.1.txt354 Now bufferevent_openssl supports "dirty" shutdown (when the peer closes the
DChangeLog-2.0158 BUGFIXES (bufferevent_openssl):
666 …o Change bufferevent_openssl::do_write so it doesn't call SSL_write with a 0 length buffer (c99131…