HomeSort by: relevance | last modified time | path
    Searched refs:ssl_printf (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nsd/dist/
remote.c 208 static int ssl_printf(RES* res, const char* format, ...)
773 ssl_printf(RES* ssl, const char* format, ...) function
850 (void)ssl_printf(ssl, "ok\n");
866 (void)ssl_printf(ssl, "error cannot parse zone name '%s'\n", arg);
873 (void)ssl_printf(ssl, "error zone %s not configured\n", arg);
940 (void)ssl_printf(ssl, "error zone does not have notify\n");
966 (void)ssl_printf(ssl, "error zone not secondary\n");
972 (void)ssl_printf(ssl, "ok, %lu zones\n", (unsigned long)xfrd->zones->count);
1007 (void)ssl_printf(ssl, "error zone not secondary\n");
1013 (void)ssl_printf(ssl, "ok, %lu zones\n", (unsigned long)xfrd->zones->count)
    [all...]
  /src/external/bsd/unbound/dist/daemon/
cachedump.c 139 if(!ssl_printf(ssl, "%s", s->str))
281 if(!ssl_printf(ssl, "START_RRSET_CACHE\n")) return 0;
284 return ssl_printf(ssl, "END_RRSET_CACHE\n");
412 if(!ssl_printf(ssl, "START_MSG_CACHE\n")) return 0;
416 return ssl_printf(ssl, "END_MSG_CACHE\n");
426 return ssl_printf(ssl, "EOF\n");
862 if(!ssl_printf(ssl, "%-16s\t", buf))
865 if(!ssl_printf(ssl, "Address is BOGUS. "))
874 if(!ssl_printf(ssl, "expired, rto %d msec, tA %d "
881 if(!ssl_printf(ssl, "not in infra cache.\n")
    [all...]
remote.c 623 int ssl_printf(RES* ssl, const char* format, ...) function
694 (void)ssl_printf(ssl, "ok\n");
710 (void)ssl_printf(ssl, "error could not distribute cmd\n");
752 if(!ssl_printf(ssl,
763 if(!ssl_printf(ssl, "error: unknown option '%s'\n", argp))
776 if(!ssl_printf(ssl, "error: no threads for fast_reload, compiled without threads.\n"))
786 if(!ssl_printf(ssl, "start fast_reload\n"))
800 ssl_printf(ssl, "error in verbosity number syntax: %s\n", str);
812 if(!ssl_printf(ssl, "%s.num.queries"SQ"%lu\n", nm,
814 if(!ssl_printf(ssl, "%s.num.queries_ip_ratelimited"SQ"%lu\n", nm
    [all...]
remote.h 333 int ssl_printf(RES* ssl, const char* format, ...)

Completed in 75 milliseconds