• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/libevent/include/event2/

Lines Matching refs:base

219   @param event_base the event base to associate the dns client with
236 @param evdns_base the evdns base to free
242 void evdns_base_free(struct evdns_base *base, int fail_requests);
248 @param evdns_base the evdns base to remove outdated host addresses from
251 void evdns_base_clear_host_addresses(struct evdns_base *base);
269 @param base the evdns_base to which to add the name server
275 int evdns_base_nameserver_add(struct evdns_base *base,
286 @param base the evdns_base to which to apply this operation
291 int evdns_base_count_nameservers(struct evdns_base *base);
298 @param base the evdns_base to which to apply this operation
303 int evdns_base_clear_nameservers_and_suspend(struct evdns_base *base);
312 @param base the evdns_base to which to apply this operation
317 int evdns_base_resume(struct evdns_base *base);
332 @param base the evdns_base to which to apply this operation
337 int evdns_base_nameserver_ip_add(struct evdns_base *base,
345 evdns_base_nameserver_sockaddr_add(struct evdns_base *base,
353 @param base the evdns_base to which to apply this operation
362 struct evdns_request *evdns_base_resolve_ipv4(struct evdns_base *base, const char *name, int flags, evdns_callback_type callback, void *ptr);
367 @param base the evdns_base to which to apply this operation
376 struct evdns_request *evdns_base_resolve_ipv6(struct evdns_base *base, const char *name, int flags, evdns_callback_type callback, void *ptr);
384 @param base the evdns_base to which to apply this operation
393 struct evdns_request *evdns_base_resolve_reverse(struct evdns_base *base, const struct in_addr *in, int flags, evdns_callback_type callback, void *ptr);
399 @param base the evdns_base to which to apply this operation
408 struct evdns_request *evdns_base_resolve_reverse_ipv6(struct evdns_base *base, const struct in6_addr *in, int flags, evdns_callback_type callback, void *ptr);
413 @param base the evdns_base that was used to make the request
418 void evdns_cancel_request(struct evdns_base *base, struct evdns_request *req);
431 @param base the evdns_base to which to apply this operation
437 int evdns_base_set_option(struct evdns_base *base, const char *option, const char *val);
454 @param base the evdns_base to which to apply this operation
463 int evdns_base_resolv_conf_parse(struct evdns_base *base, int flags, const char *const filename);
466 Load an /etc/hosts-style file from 'hosts_fname' into 'base'.
479 int evdns_base_load_hosts(struct evdns_base *base, const char *hosts_fname);
502 void evdns_base_search_clear(struct evdns_base *base);
511 void evdns_base_search_add(struct evdns_base *base, const char *domain);
523 void evdns_base_search_ndots_set(struct evdns_base *base, const int ndots);
612 @param base The event base to handle events for the server port.
621 struct evdns_server_port *evdns_add_server_port_with_base(struct event_base *base, evutil_socket_t socket, int flags, evdns_request_callback_fn_type callback, void *user_data);
700 @param base The evdns_base to examine.
710 int evdns_base_get_nameserver_addr(struct evdns_base *base, int idx,