Home
last modified time | relevance | path

Searched refs:dnsbase (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h526 …struct event_base *base, struct evdns_base *dnsbase, struct bufferevent* bev, const char *address,…
647 struct event_base *base, struct evdns_base *dnsbase,
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Ddaemon.c101 struct evdns_base *dnsbase; variable
1245 dnsbase = evdns_base_new( daemon_base, EVDNS_BASE_INITIALIZE_NAMESERVERS ); in lloadd_daemon()
1246 if ( !dnsbase ) { in lloadd_daemon()
1379 evdns_base_free( dnsbase, 0 ); in lloadd_daemon()
H A Dproto-lload.h124 LDAP_SLAPD_V (struct evdns_base *) dnsbase;
H A Dbackend.c575 dnsbase, hostname, NULL, &hints, upstream_name_cb, b ); in backend_connect()
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c2383 evhttp_connection_base_bufferevent_new(struct event_base *base, struct evdns_base *dnsbase, struct … in evhttp_connection_base_bufferevent_new() argument
2436 evcon->dns_base = dnsbase; in evhttp_connection_base_bufferevent_new()
2459 evhttp_connection_base_new(struct event_base *base, struct evdns_base *dnsbase, in evhttp_connection_base_new() argument
2462 return evhttp_connection_base_bufferevent_new(base, dnsbase, NULL, address, port); in evhttp_connection_base_new()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c1066 const char *address, struct evdns_base *dnsbase, int ipv6, int family, in http_connection_test_() argument
1096 evcon = evhttp_connection_base_bufferevent_new(data->base, dnsbase, bev, address, port); in http_connection_test_()
1101 evcon = evhttp_connection_base_new(data->base, dnsbase, address, port); in http_connection_test_()