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

  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
ans.pl 42 my $send_response = 0;
81 $send_response = 0;
100 if (! $send_response) {
112 if ($limit == 0 || (! $send_response && $next <= $limit)) {
116 $send_response = 1;
  /src/external/mpl/bind/dist/bin/tests/system/serve-stale/ans2/
ans.pl 31 # If send_response is set, the server will respond, otherwise the query will
33 my $send_response = 1;
89 $send_response = 1;
90 my $rr = new Net::DNS::RR("$qname 0 $qclass TXT \"$send_response\"");
97 $send_response = 0;
98 my $rr = new Net::DNS::RR("$qname 0 $qclass TXT \"$send_response\"");
105 $send_response = 1;
107 my $rr = new Net::DNS::RR("$qname 0 $qclass TXT \"$send_response\"");
115 return if (!$send_response);
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
coverage-report-server.py 134 self.send_response(200)
156 self.send_response(404)
160 self.send_response(200)
179 self.send_response(404)
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
ans.pl 42 my $send_response = 1;
81 $send_response = 1;
116 $send_response = 1;
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-relay.c 84 if (comm->send_response) {
98 comm->send_response(comm, comm->message, &iov, 1);
srp-dns-proxy.c 465 comm->send_response(comm, update->message, &iov, 1);
567 update->server->send_response(update->server, update->message, iov, 1);
srp-mdns-proxy.c 582 comm_t *connection, message_t *message, int rcode, client_update_t *client, bool send_response,
605 if (!send_response) {
1009 update_failed(adv_update_t *update, int rcode, bool expire, bool send_response)
1021 client->connection, client->message, rcode, NULL, send_response, true);
dnssd-proxy.c 3843 keepalive_context->send_response = false;
srp-replication.c 2556 keepalive_context->send_response = false;
  /src/external/apache2/mDNSResponder/dist/DSO/
dso.h 126 bool send_response; member in struct:dso_keepalive_context
dso.c 731 context.send_response = true;
750 if (context.send_response) {
  /src/external/apache2/llvm/dist/clang/tools/scan-view/share/
ScanView.py 738 self.send_response(200)
749 self.send_response(200)

Completed in 49 milliseconds