OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doh
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mpl/bind/dist/bin/named/
transportconf.c
95
const cfg_obj_t *
doh
= NULL;
local
105
doh
= cfg_listelt_value(element);
106
dohid = cfg_obj_asstring(cfg_map_getname(
doh
));
114
parse_transport_option(
doh
, transport, "key-file",
116
parse_transport_option(
doh
, transport, "cert-file",
118
parse_transport_tls_versions(
doh
, transport, "protocols",
120
parse_transport_option(
doh
, transport, "ciphers",
122
parse_transport_option(
doh
, transport, "cipher-suites",
125
doh
, transport, "prefer-server-ciphers",
127
parse_transport_option(
doh
, transport, "ca-file"
[
all
...]
/src/external/mpl/bind/dist/lib/dns/
transport.c
70
}
doh
;
member in struct:dns_transport
138
return transport->
doh
.endpoint;
145
return transport->
doh
.mode;
232
if (transport->
doh
.endpoint != NULL) {
233
isc_mem_free(transport->mctx, transport->
doh
.endpoint);
237
transport->
doh
.endpoint = isc_mem_strdup(transport->mctx,
247
transport->
doh
.mode = mode;
626
if (transport->
doh
.endpoint != NULL) {
627
isc_mem_free(transport->mctx, transport->
doh
.endpoint);
/src/external/gpl2/lvm2/dist/lib/device/
dev-io.c
641
struct dm_list *
doh
, *doht;
local
644
dm_list_iterate_safe(
doh
, doht, &_open_devices) {
645
dev = dm_list_struct_base(
doh
, struct device, open_list);
/src/external/mpl/bind/dist/bin/tests/system/checkconf/
tests.sh
87
good-
doh
-*.conf) continue ;;
89
good-proxy-*
doh
*.conf) continue ;;
90
bad-proxy-*
doh
*.conf) continue ;;
/src/external/mpl/bind/dist/
configure
1681
--disable-
doh
disable DNS over HTTPS, removes dependency on
1682
libnghttp2 (default is --enable-
doh
)
22386
# [pairwise: --enable-
doh
--with-libnghttp2=auto, --enable-
doh
--with-libnghttp2=yes, --disable-
doh
]
22387
# Check whether --enable-
doh
was given.
22413
as_fn_error $? "Use '--disable-
doh
' to disable DNS-over-HTTPS support" "$LINENO" 5 ;; #(
22474
as_fn_error $? "DNS-over-HTTPS support requested, but libnghttp2 not found. Either install libnghttp2 or use --disable-
doh
." "$LINENO" 5
22478
as_fn_error $? "DNS-over-HTTPS support requested, but libnghttp2 not found. Either install libnghttp2 or use --disable-
doh
." "$LINENO" 5
Completed in 45 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026