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.in312 am__libevent_openssl_la_SOURCES_DIST = bufferevent_openssl.c
314 @OPENSSL_TRUE@ libevent_openssl_la-bufferevent_openssl.lo
490 ./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo \
1365 @OPENSSL_TRUE@libevent_openssl_la_SOURCES = bufferevent_openssl.c
1786 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo@am__qu…
1868 libevent_openssl_la-bufferevent_openssl.lo: bufferevent_openssl.c
1869bufferevent_openssl.lo -MD -MP -MF $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo -c -o lib…
1870 …$(am__mv) $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo $(DEPDIR)/libevent_openssl_la-buff…
1873 …) -c -o libevent_openssl_la-bufferevent_openssl.lo `test -f 'bufferevent_openssl.c' || echo '$(src…
2877 -rm -f ./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo
[all …]
DMakefile.am287 libevent_openssl_la_SOURCES = bufferevent_openssl.c
DChangeLog244 bufferevent_openssl/openssl:
385 Code Improvements (bufferevent_openssl)
785 o bufferevent_openssl: reset fd_is_set when setfd with -1 is called (3da84c2 Azat Khuzhin)
1587 BUGFIXES (bufferevent_openssl):
2051 o We need AM_CPPFLAGS when compiling bufferevent_openssl.c (6d2613b
DCMakeLists.txt853 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…