Home
last modified time | relevance | path

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

/external/libevent/
Dbufferevent_openssl.c286 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()
[all …]
DMakefile.nmake41 SSL_OBJS=bufferevent_openssl.obj
DMakefile.in297 am__libevent_openssl_la_SOURCES_DIST = bufferevent_openssl.c
299 @OPENSSL_TRUE@ libevent_openssl_la-bufferevent_openssl.lo
475 ./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo \
1311 @OPENSSL_TRUE@libevent_openssl_la_SOURCES = bufferevent_openssl.c
1725 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo@am__qu…
1807 libevent_openssl_la-bufferevent_openssl.lo: bufferevent_openssl.c
1808bufferevent_openssl.lo -MD -MP -MF $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo -c -o lib…
1809 …$(am__mv) $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo $(DEPDIR)/libevent_openssl_la-buff…
1812 …) -c -o libevent_openssl_la-bufferevent_openssl.lo `test -f 'bufferevent_openssl.c' || echo '$(src…
2766 -rm -f ./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo
[all …]
DMakefile.am285 libevent_openssl_la_SOURCES = bufferevent_openssl.c
DChangeLog163 bufferevent_openssl/openssl:
304 Code Improvements (bufferevent_openssl)
704 o bufferevent_openssl: reset fd_is_set when setfd with -1 is called (3da84c2 Azat Khuzhin)
1506 BUGFIXES (bufferevent_openssl):
1970 o We need AM_CPPFLAGS when compiling bufferevent_openssl.c (6d2613b
DCMakeLists.txt831 list(APPEND SRC_OPENSSL bufferevent_openssl.c)
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…