Searched refs:bufferevent_openssl (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/libevent/
H A Dbufferevent_openssl.c285 struct bufferevent_openssl { struct
341 evutil_offsetof(struct bufferevent_openssl, bev.bev),
351 /* Given a bufferevent, return a pointer to the bufferevent_openssl that
353 static inline struct bufferevent_openssl *
356 struct bufferevent_openssl *bev_o;
360 evutil_offsetof(struct bufferevent_openssl, bev.bev));
366 put_error(struct bufferevent_openssl *bev_ssl, unsigned long err)
382 start_reading(struct bufferevent_openssl *bev_ssl)
403 start_writing(struct bufferevent_openssl *bev_ssl)
422 stop_reading(struct bufferevent_openssl *bev_ss
[all...]
H A DMakefile.nmake41 SSL_OBJS=bufferevent_openssl.obj
H A DMakefile.am252 libevent_openssl_la_SOURCES = bufferevent_openssl.c
H A 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__quote@
1725 libevent_openssl_la-bufferevent_openssl.lo: bufferevent_openssl.c
1726 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevent_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libevent_openssl_la-bufferevent_openssl.lo -MD -MP -MF $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo -c -o libevent_openssl_la-bufferevent_openssl.lo `test -f 'bufferevent_openssl
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c287 struct bufferevent_openssl { struct
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_ss
[all...]
H A DMakefile.nmake41 SSL_OBJS=bufferevent_openssl.obj
H A DMakefile.am249 libevent_openssl_la_SOURCES = bufferevent_openssl.c
H A DMakefile.in264 am__libevent_openssl_la_SOURCES_DIST = bufferevent_openssl.c
266 @OPENSSL_TRUE@ libevent_openssl_la-bufferevent_openssl.lo
1132 @OPENSSL_TRUE@libevent_openssl_la_SOURCES = bufferevent_openssl.c
1477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo@am__quote@
1542 libevent_openssl_la-bufferevent_openssl.lo: bufferevent_openssl.c
1543 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevent_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libevent_openssl_la-bufferevent_openssl.lo -MD -MP -MF $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo -c -o libevent_openssl_la-bufferevent_openssl.lo `test -f 'bufferevent_openssl
[all...]
/freebsd-12-stable/usr.sbin/ntp/libntpevent/
H A DMakefile8 SRCS= buffer.c bufferevent.c bufferevent_filter.c bufferevent_openssl.c \
/freebsd-12-stable/
H A DMakefile.inc1968 @if [ -e "${OBJTOP}/usr.sbin/ntp/libntpevent/.depend.bufferevent_openssl.o" ] && \
969 egrep -q 'contrib/ntp/sntp/libevent/bufferevent_openssl.c' \
970 ${OBJTOP}/usr.sbin/ntp/libntpevent/.depend.bufferevent_openssl.o ; then \
/freebsd-12-stable/contrib/unbound/
H A Dconfigure19269 ev_files_o=`ls $thedir/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
19270 ev_files_lo=`ls $thedir/*.lo | grep -v evdns\.lo | grep -v bufferevent_openssl\.lo`
19271 ev_files_libso=`ls $thedir/.libs/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`

Completed in 123 milliseconds