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

  /src/external/bsd/unbound/dist/testcode/
dohclient.c 498 run(struct http2_session* h2_session, int port, int no_tls, int count, char** q)
509 if(!no_tls) {
571 int port = UNBOUND_DNS_OVER_HTTPS_PORT, no_tls = 0; local
605 no_tls = 1;
634 if(!no_tls) {
661 run(h2_session, port, no_tls, argc, argv);
dohclient.c 498 run(struct http2_session* h2_session, int port, int no_tls, int count, char** q)
509 if(!no_tls) {
571 int port = UNBOUND_DNS_OVER_HTTPS_PORT, no_tls = 0; local
605 no_tls = 1;
634 if(!no_tls) {
661 run(h2_session, port, no_tls, argc, argv);
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 1111 bool do_tls = false, no_tls = false; local
1122 no_tls = true;
1144 if (!do_tls && !no_tls) {
check.c 1111 bool do_tls = false, no_tls = false; local
1122 no_tls = true;
1144 if (!do_tls && !no_tls) {
  /src/external/mpl/bind/dist/bin/named/
server.c 11405 bool do_tls = false, no_tls = false, http = false; local
11422 no_tls = true;
11537 if (!do_tls && !no_tls) {
server.c 11405 bool do_tls = false, no_tls = false, http = false; local
11422 no_tls = true;
11537 if (!do_tls && !no_tls) {

Completed in 105 milliseconds