HomeSort by: relevance | last modified time | path
    Searched defs:event_config (Results 1 - 6 of 6) sorted by relevancy

  /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;
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/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/
event-internal.h 361 struct event_config { struct
  /src/external/bsd/ntp/dist/sntp/libevent/
event-internal.h 361 struct event_config { struct

Completed in 85 milliseconds