| /src/external/bsd/libevent/dist/include/event2/ |
| event.h | 296 struct event_config struct 463 @return an event_config object that can be used to store configuration, or 465 @see event_base_new_with_config(), event_config_free(), event_config 468 struct event_config *event_config_new(void); 476 void event_config_free(struct event_config *cfg); 491 int event_config_avoid_method(struct event_config *cfg, const char *method); 610 int event_config_require_features(struct event_config *cfg, int feature); 619 int event_config_set_flag(struct event_config *cfg, int flag); 631 int event_config_set_num_cpus_hint(struct event_config *cfg, int cpus); 662 int event_config_set_max_dispatch_interval(struct event_config *cfg [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/include/event2/ |
| event.h | 297 struct event_config struct 464 @return an event_config object that can be used to store configuration, or 466 @see event_base_new_with_config(), event_config_free(), event_config 469 struct event_config *event_config_new(void); 477 void event_config_free(struct event_config *cfg); 492 int event_config_avoid_method(struct event_config *cfg, const char *method); 611 int event_config_require_features(struct event_config *cfg, int feature); 620 int event_config_set_flag(struct event_config *cfg, int flag); 632 int event_config_set_num_cpus_hint(struct event_config *cfg, int cpus); 663 int event_config_set_max_dispatch_interval(struct event_config *cfg [all...] |
| /src/external/bsd/libevent/dist/test/ |
| test-closed.c | 78 struct event_config *cfg;
|
| bench.c | 156 struct event_config *cfg = NULL;
|
| bench_http.c | 88 struct event_config *cfg = event_config_new();
|
| test-ratelim.c | 283 struct event_config *cfg = NULL; 341 struct event_config *base_cfg;
|
| regress_thread.c | 465 struct event_config *cfg = NULL;
|
| regress.c | 2572 struct event_config *cfg = NULL; 2634 struct event_config *cfg = NULL; 2696 struct event_config *cfg = NULL; 3065 struct event_config *cfg = NULL; 3294 struct event_config *cfg = NULL;
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| test-closed.c | 77 struct event_config *cfg;
|
| bench.c | 155 struct event_config *cfg = NULL;
|
| bench_http.c | 89 struct event_config *cfg = event_config_new();
|
| test-ratelim.c | 284 struct event_config *cfg = NULL; 342 struct event_config *base_cfg;
|
| regress_thread.c | 459 struct event_config *cfg = NULL;
|
| regress.c | 2570 struct event_config *cfg = NULL; 2632 struct event_config *cfg = NULL; 2694 struct event_config *cfg = NULL; 3063 struct event_config *cfg = NULL; 3291 struct event_config *cfg = NULL;
|
| /src/external/bsd/libevent/man/ |
| Makefile | 59 event_config.3 \
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| state-machine.c | 202 state_machine_event_configuration_t *event_config = state_machine_event_configuration_get(type); local 203 if (event_config == NULL) { 210 event->name = event_config->name;
|
| nat64.c | 456 type ## _configuration_t *event_config = type ## _configuration_get(event_type); \ 457 if (event_config == NULL) { \ 462 event->name = event_config->name; \
|
| srp-replication.c | 6056 srpl_event_configuration_t *event_config = srpl_event_configuration_get(event_type); local 6057 if (event_config == NULL) { 6063 event->name = event_config->name;
|
| /src/external/bsd/libevent/dist/ |
| event-internal.h | 361 struct event_config { struct
|
| event.c | 527 struct event_config *cfg = event_config_new(); 538 event_config_is_avoided_method(const struct event_config *cfg, 609 event_base_new_with_config(const struct event_config *cfg) 1139 struct event_config * 1142 struct event_config *cfg = mm_calloc(1, sizeof(*cfg)); 1164 event_config_free(struct event_config *cfg) 1176 event_config_set_flag(struct event_config *cfg, int flag) 1185 event_config_avoid_method(struct event_config *cfg, const char *method) 1202 event_config_require_features(struct event_config *cfg, 1212 event_config_set_num_cpus_hint(struct event_config *cfg, int cpus [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| event-internal.h | 361 struct event_config { struct
|
| event.c | 525 struct event_config *cfg = event_config_new(); 536 event_config_is_avoided_method(const struct event_config *cfg, 607 event_base_new_with_config(const struct event_config *cfg) 1137 struct event_config * 1140 struct event_config *cfg = mm_calloc(1, sizeof(*cfg)); 1162 event_config_free(struct event_config *cfg) 1174 event_config_set_flag(struct event_config *cfg, int flag) 1183 event_config_avoid_method(struct event_config *cfg, const char *method) 1200 event_config_require_features(struct event_config *cfg, 1210 event_config_set_num_cpus_hint(struct event_config *cfg, int cpus [all...] |
| /src/external/bsd/libevent/dist/sample/ |
| http-server.c | 449 struct event_config *cfg = NULL;
|
| /src/external/bsd/ntp/dist/sntp/ |
| main.c | 144 struct event_config * evcfg;
|