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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
lookup.c 148 bool want_restart; local
168 want_restart = false;
256 want_restart = true;
285 want_restart = true;
314 if (want_restart && lookup->restarts == MAX_RESTARTS) {
315 want_restart = false;
319 } while (want_restart);
client.c 737 bool want_restart; local
764 want_restart = false;
864 want_restart = true;
908 want_restart = true;
1049 if (want_restart && rctx->restarts == MAX_RESTARTS) {
1050 want_restart = false;
1058 if (want_restart) {
1071 want_restart = false;
1075 } while (want_restart);
  /src/external/mpl/bind/dist/lib/dns/
client.c 499 bool want_restart; local
524 want_restart = false;
618 want_restart = true;
662 want_restart = true;
800 if (want_restart &&
803 want_restart = false;
811 if (want_restart) {
824 want_restart = false;
828 } while (want_restart);
  /src/external/mpl/bind/dist/lib/ns/include/ns/
query.h 204 bool want_restart; /* CNAME chain or other member in struct:query_ctx
  /src/external/mpl/bind/dist/lib/ns/
query.c 98 (qctx)->want_restart = false; \
5786 qctx->want_restart = false;
6650 qctx->want_restart = false;
7466 qctx->want_restart = true;
7481 qctx->want_restart = true;
9937 qctx->want_restart = true;
10558 qctx->want_restart = true;
10710 qctx->want_restart = true;
11542 if (!qctx->want_restart && !NOAUTHORITY(qctx->client)) {
11712 if (qctx->want_restart) {
    [all...]

Completed in 74 milliseconds