/freebsd/contrib/ntp/sntp/libevent/include/ |
H A D | include.am | 7 include_event2dir = $(includedir)/event2 10 include/event2/buffer.h \ 11 include/event2/buffer_compat.h \ 12 include/event2/bufferevent.h \ 13 include/event2/bufferevent_compat.h \ 14 include/event2/bufferevent_struct.h \ 15 include/event2/dns.h \ 16 include/event2/dns_compat.h \ 17 include/event2/dns_struct.h \ 18 include/event2/event.h \ [all …]
|
/freebsd/contrib/libevent/include/ |
H A D | include.am | 7 include_event2dir = $(includedir)/event2 10 include/event2/buffer.h \ 11 include/event2/buffer_compat.h \ 12 include/event2/bufferevent.h \ 13 include/event2/bufferevent_compat.h \ 14 include/event2/bufferevent_struct.h \ 15 include/event2/dns.h \ 16 include/event2/dns_compat.h \ 17 include/event2/dns_struct.h \ 18 include/event2/event.h \ [all …]
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | UseDoxygen.cmake | 56 set(DOX_INPUT include/event2/buffer.h 57 include/event2/buffer_compat.h 58 include/event2/bufferevent.h 59 include/event2/bufferevent_compat.h 60 include/event2/bufferevent_ssl.h 61 include/event2/dns.h 62 include/event2/dns_compat.h 63 include/event2/event.h 64 include/event2/event_compat.h 65 include/event2/http.h [all …]
|
H A D | LibeventConfig.cmake.in | 118 NAMES event2/event.h
|
/freebsd/contrib/libevent/cmake/ |
H A D | UseDoxygen.cmake | 56 set(DOX_INPUT include/event2/buffer.h 57 include/event2/buffer_compat.h 58 include/event2/bufferevent.h 59 include/event2/bufferevent_compat.h 60 include/event2/bufferevent_ssl.h 61 include/event2/dns.h 62 include/event2/dns_compat.h 63 include/event2/event.h 64 include/event2/event_compat.h 65 include/event2/http.h [all …]
|
H A D | LibeventConfig.cmake.in | 118 NAMES event2/event.h
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | Doxyfile | 67 $(SRCDIR)/include/event2/buffer.h \ 68 $(SRCDIR)/include/event2/buffer_compat.h \ 69 $(SRCDIR)/include/event2/bufferevent.h \ 70 $(SRCDIR)/include/event2/bufferevent_compat.h \ 71 $(SRCDIR)/include/event2/bufferevent_ssl.h \ 72 $(SRCDIR)/include/event2/dns.h \ 73 $(SRCDIR)/include/event2/dns_compat.h \ 74 $(SRCDIR)/include/event2/event.h \ 75 $(SRCDIR)/include/event2/event_compat.h \ 76 $(SRCDIR)/include/event2/http.h \ [all …]
|
H A D | Makefile.am | 224 BUILT_SOURCES += include/event2/event-config.h 226 include/event2/event-config.h: config.h make-event-config.sed 227 $(AM_V_GEN)test -d include/event2 || $(MKDIR_P) include/event2 295 WIN32-Code/nmake/event2/event-config.h \ 343 DISTCLEANFILES += *~ libevent.pc libevent_core.pc libevent_extra.pc ./include/event2/event-config.h
|
H A D | Makefile.in | 135 @OPENSSL_TRUE@am__append_5 = include/event2/bufferevent_ssl.h 597 am__include_event2_HEADERS_DIST = include/event2/buffer.h \ 598 include/event2/buffer_compat.h include/event2/bufferevent.h \ 599 include/event2/bufferevent_compat.h \ 600 include/event2/bufferevent_struct.h include/event2/dns.h \ 601 include/event2/dns_compat.h include/event2/dns_struct.h \ 602 include/event2/even [all...] |
H A D | CMakeLists.txt | 775 include/event2/buffer.h 776 include/event2/bufferevent.h 777 include/event2/bufferevent_compat.h 778 include/event2/bufferevent_struct.h 779 include/event2/buffer_compat.h 780 include/event2/dns.h 781 include/event2/dns_compat.h 782 include/event2/dns_struct.h 783 include/event2/event.h 784 include/event2/event_compat.h [all …]
|
H A D | make-event-config.sed | 4 /* event2/event-config.h\ 19 #endif /* event2/event-config.h */
|
H A D | whatsnew-2.0.txt | 43 There are *regular headers*, like event2/event.h. These headers contain 46 There are *backward compatibility headers*, like event2/event_compat.h. 53 Finally, there are *structure headers*, like event2/event_struct.h. 67 The core event logic is now in event2/event.h. The "evbuffer" functions 68 for low-level buffer manipulation are in event2/buffer.h. The 70 event2/bufferevent.h. 109 event2/event_compat.h.) 125 #include <event2/event.h> 180 Supported features are documented in event2/event.h 231 evthread_set_lock_callbacks and related functions in event2/thread.h. [all …]
|
H A D | ChangeLog-2.0 | 150 o Fix compile warning from saying event2/*.h inside a comment (447b0ba) 391 o bufferevent-internal.h: Use the new event2/util.h header, not evutil.h (ef5e65a Evan Jones) 396 o tests: Use new event2 headers instead of old compatibility headers. (4f33209 Evan Jones) 470 o If not WIN32, include <sys/socket.h> in event2/util.h. (1cd45e5 Kevin Bowling) 615 o Make include/event2/event-config.h not included in source dist (a4af9be) 683 o Move event-config.h to include/event2 (ec347b9) 709 o Fix a pedantic gcc 4.4 warning in event2/event.h (276e7ee) 865 o Update time-test.c to use event2 (f4190bf) 888 o Add ev_[u]intptr_t to include/event2/util.h (1fa4c81) 892 …o Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types. (aba1fff) o Functions to v… [all …]
|
/freebsd/contrib/libevent/ |
H A D | Doxyfile | 67 $(SRCDIR)/include/event2/buffer.h \ 68 $(SRCDIR)/include/event2/buffer_compat.h \ 69 $(SRCDIR)/include/event2/bufferevent.h \ 70 $(SRCDIR)/include/event2/bufferevent_compat.h \ 71 $(SRCDIR)/include/event2/bufferevent_ssl.h \ 72 $(SRCDIR)/include/event2/dns.h \ 73 $(SRCDIR)/include/event2/dns_compat.h \ 74 $(SRCDIR)/include/event2/event.h \ 75 $(SRCDIR)/include/event2/event_compat.h \ 76 $(SRCDIR)/include/event2/http.h \ [all …]
|
H A D | Makefile.am | 224 BUILT_SOURCES += include/event2/event-config.h 226 include/event2/event-config.h: config.h make-event-config.sed 227 $(AM_V_GEN)test -d include/event2 || $(MKDIR_P) include/event2 295 WIN32-Code/nmake/event2/event-config.h \ 343 DISTCLEANFILES += *~ libevent.pc libevent_core.pc libevent_extra.pc ./include/event2/event-config.h
|
H A D | Makefile.in | 135 @OPENSSL_TRUE@am__append_5 = include/event2/bufferevent_ssl.h 597 am__include_event2_HEADERS_DIST = include/event2/buffer.h \ 598 include/event2/buffer_compat.h include/event2/bufferevent.h \ 599 include/event2/bufferevent_compat.h \ 600 include/event2/bufferevent_struct.h include/event2/dns.h \ 601 include/event2/dns_compat.h include/event2/dns_struct.h \ 602 include/event2/event.h include/event2/event_compat.h \ 603 include/event2/event_struct.h include/event2/http.h \ 604 include/event2/http_compat.h include/event2/http_struct.h \ 605 include/event2/keyvalq_struct.h include/event2/listener.h \ [all …]
|
H A D | CMakeLists.txt | 775 include/event2/buffer.h 776 include/event2/bufferevent.h 777 include/event2/bufferevent_compat.h 778 include/event2/bufferevent_struct.h 779 include/event2/buffer_compat.h 780 include/event2/dns.h 781 include/event2/dns_compat.h 782 include/event2/dns_struct.h 783 include/event2/event.h 784 include/event2/event_compat.h [all …]
|
H A D | make-event-config.sed | 4 /* event2/event-config.h\ 19 #endif /* event2/event-config.h */
|
H A D | whatsnew-2.0.txt | 43 There are *regular headers*, like event2/event.h. These headers contain 46 There are *backward compatibility headers*, like event2/event_compat.h. 53 Finally, there are *structure headers*, like event2/event_struct.h. 67 The core event logic is now in event2/event.h. The "evbuffer" functions 68 for low-level buffer manipulation are in event2/buffer.h. The 70 event2/bufferevent.h. 109 event2/event_compat.h.) 125 #include <event2/event.h> 180 Supported features are documented in event2/event.h 231 evthread_set_lock_callbacks and related functions in event2/thread.h. [all …]
|
H A D | ChangeLog-2.0 | 150 o Fix compile warning from saying event2/*.h inside a comment (447b0ba) 391 o bufferevent-internal.h: Use the new event2/util.h header, not evutil.h (ef5e65a Evan Jones) 396 o tests: Use new event2 headers instead of old compatibility headers. (4f33209 Evan Jones) 470 o If not WIN32, include <sys/socket.h> in event2/util.h. (1cd45e5 Kevin Bowling) 615 o Make include/event2/event-config.h not included in source dist (a4af9be) 683 o Move event-config.h to include/event2 (ec347b9) 709 o Fix a pedantic gcc 4.4 warning in event2/event.h (276e7ee) 865 o Update time-test.c to use event2 (f4190bf) 888 o Add ev_[u]intptr_t to include/event2/util.h (1fa4c81) 892 …o Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types. (aba1fff) o Functions to v… [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_helpers.c | 100 const char *event, const char *event2, in get_wpa_cli_event2() argument 143 (event2 && in get_wpa_cli_event2() 144 strncmp(pos + 1, event2, strlen(event2)) == 0))) in get_wpa_cli_event2()
|
H A D | wpa_helpers.h | 24 const char *event, const char *event2,
|
/freebsd/sys/contrib/device-tree/Bindings/devfreq/event/ |
H A D | exynos-ppmu.txt | 76 ppmu_dmc0_2: ppmu-event2-dmc0 { 77 event-name = "ppmu-event2-dmc0";
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats.cpp | 367 int compare_two_events(const void *event1, const void *event2) { in compare_two_events() argument 369 const kmp_stats_event *ev2 = RCAST(const kmp_stats_event *, event2); in compare_two_events()
|
/freebsd/contrib/unbound/ |
H A D | configure.ac | 1410 if test -f "$dir/include/event.h" -o -f "$dir/include/event2/event.h"; then 1446 dnl if event2 exists and no event lib in dir itself, use subdir 1447 …if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; th… 1448 LDFLAGS="$LDFLAGS -L$thedir/lib/event2" 1449 ACX_RUNTIME_PATH_ADD([$thedir/lib/event2]) 1481 # include "event2/event.h"
|