| /freebsd-14.2/contrib/ntp/sntp/libevent/include/ |
| H A D | include.am | 10 include/event2/buffer.h \ 12 include/event2/bufferevent.h \ 15 include/event2/dns.h \ 16 include/event2/dns_compat.h \ 18 include/event2/event.h \ 21 include/event2/http.h \ 25 include/event2/listener.h \ 26 include/event2/rpc.h \ 29 include/event2/tag.h \ 31 include/event2/thread.h \ [all …]
|
| /freebsd-14.2/contrib/libevent/include/ |
| H A D | include.am | 10 include/event2/buffer.h \ 12 include/event2/bufferevent.h \ 15 include/event2/dns.h \ 16 include/event2/dns_compat.h \ 18 include/event2/event.h \ 21 include/event2/http.h \ 25 include/event2/listener.h \ 26 include/event2/rpc.h \ 29 include/event2/tag.h \ 31 include/event2/thread.h \ [all …]
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/cmake/ |
| H A D | UseDoxygen.cmake | 61 include/event2/dns.h 62 include/event2/dns_compat.h 63 include/event2/event.h 65 include/event2/http.h 67 include/event2/listener.h 68 include/event2/rpc.h 69 include/event2/rpc_compat.h 70 include/event2/tag.h 71 include/event2/tag_compat.h 72 include/event2/thread.h [all …]
|
| H A D | LibeventConfig.cmake.in | 118 NAMES event2/event.h
|
| /freebsd-14.2/contrib/libevent/cmake/ |
| H A D | UseDoxygen.cmake | 61 include/event2/dns.h 62 include/event2/dns_compat.h 63 include/event2/event.h 65 include/event2/http.h 67 include/event2/listener.h 68 include/event2/rpc.h 69 include/event2/rpc_compat.h 70 include/event2/tag.h 71 include/event2/tag_compat.h 72 include/event2/thread.h [all …]
|
| H A D | LibeventConfig.cmake.in | 118 NAMES event2/event.h
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | Doxyfile | 67 $(SRCDIR)/include/event2/buffer.h \ 72 $(SRCDIR)/include/event2/dns.h \ 73 $(SRCDIR)/include/event2/dns_compat.h \ 74 $(SRCDIR)/include/event2/event.h \ 76 $(SRCDIR)/include/event2/http.h \ 78 $(SRCDIR)/include/event2/listener.h \ 79 $(SRCDIR)/include/event2/rpc.h \ 80 $(SRCDIR)/include/event2/rpc_compat.h \ 81 $(SRCDIR)/include/event2/tag.h \ 83 $(SRCDIR)/include/event2/thread.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 | 603 include/event2/event_struct.h include/event2/http.h \ 606 include/event2/rpc.h include/event2/rpc_compat.h \ 607 include/event2/rpc_struct.h include/event2/tag.h \ 608 include/event2/tag_compat.h include/event2/thread.h \ 609 include/event2/util.h include/event2/visibility.h \ 620 include/event2/rpc.h include/event2/rpc_compat.h \ 621 include/event2/rpc_struct.h include/event2/tag.h \ 623 include/event2/util.h include/event2/visibility.h \ 1202 include/event2/rpc.h include/event2/rpc_compat.h \ 1203 include/event2/rpc_struct.h include/event2/tag.h \ [all …]
|
| H A D | CMakeLists.txt | 775 include/event2/buffer.h 780 include/event2/dns.h 781 include/event2/dns_compat.h 782 include/event2/dns_struct.h 783 include/event2/event.h 786 include/event2/http.h 790 include/event2/listener.h 791 include/event2/rpc.h 794 include/event2/tag.h 796 include/event2/thread.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. 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 487 declared in <event2/bufferevent_ssl.h>. If you want to wrap an 543 event2/util.h, to provide a getaddrinfo() implementation for [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) 1096 o Move event_set() and its allies to event2/event_compat.h where they belong. [all …]
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | Doxyfile | 67 $(SRCDIR)/include/event2/buffer.h \ 72 $(SRCDIR)/include/event2/dns.h \ 73 $(SRCDIR)/include/event2/dns_compat.h \ 74 $(SRCDIR)/include/event2/event.h \ 76 $(SRCDIR)/include/event2/http.h \ 78 $(SRCDIR)/include/event2/listener.h \ 79 $(SRCDIR)/include/event2/rpc.h \ 80 $(SRCDIR)/include/event2/rpc_compat.h \ 81 $(SRCDIR)/include/event2/tag.h \ 83 $(SRCDIR)/include/event2/thread.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 | 603 include/event2/event_struct.h include/event2/http.h \ 606 include/event2/rpc.h include/event2/rpc_compat.h \ 607 include/event2/rpc_struct.h include/event2/tag.h \ 608 include/event2/tag_compat.h include/event2/thread.h \ 609 include/event2/util.h include/event2/visibility.h \ 620 include/event2/rpc.h include/event2/rpc_compat.h \ 621 include/event2/rpc_struct.h include/event2/tag.h \ 623 include/event2/util.h include/event2/visibility.h \ 1194 include/event2/rpc.h include/event2/rpc_compat.h \ 1195 include/event2/rpc_struct.h include/event2/tag.h \ [all …]
|
| H A D | CMakeLists.txt | 775 include/event2/buffer.h 780 include/event2/dns.h 781 include/event2/dns_compat.h 782 include/event2/dns_struct.h 783 include/event2/event.h 786 include/event2/http.h 790 include/event2/listener.h 791 include/event2/rpc.h 794 include/event2/tag.h 796 include/event2/thread.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. 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 487 declared in <event2/bufferevent_ssl.h>. If you want to wrap an 543 event2/util.h, to provide a getaddrinfo() implementation for [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) 1096 o Move event_set() and its allies to event2/event_compat.h where they belong. [all …]
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/devfreq/event/ |
| H A D | samsung,exynos-ppmu.yaml | 87 ppmu_dmc0_2: ppmu-event2-dmc0 { 88 event-name = "ppmu-event2-dmc0";
|
| H A D | exynos-ppmu.txt | 76 ppmu_dmc0_2: ppmu-event2-dmc0 { 77 event-name = "ppmu-event2-dmc0";
|
| /freebsd-14.2/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()
|