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

  /src/external/mpl/bind/dist/lib/dns/include/dns/
xfrin.h 120 bool *is_first_data_received, bool *is_ixfr);
126 *\li The 'is_ixfr' value is valid only if 'is_first_data_received' is true.
  /src/external/mpl/bind/dist/lib/dns/
xfrin.c 166 atomic_bool is_ixfr; member in struct:dns_xfrin
205 * according to the is_ixfr flag, so this could be a union,
324 atomic_store(&xfr->is_ixfr, false);
494 atomic_store(&xfr->is_ixfr, true);
1074 bool *is_first_data_received, bool *is_ixfr) {
1079 REQUIRE(is_ixfr != NULL);
1084 *is_ixfr = atomic_load(&xfr->is_ixfr);
1275 if (atomic_load(&xfr->is_ixfr) &&
1327 atomic_init(&xfr->is_ixfr, false)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
xfrin.c 155 bool is_ixfr; member in struct:dns_xfrin_ctx
175 * according to the is_ixfr flag, so this could be a union,
278 xfr->is_ixfr = false;
394 xfr->is_ixfr = true;
826 if (xfr->is_ixfr) {
919 xfr->is_ixfr = false;
  /src/external/mpl/bind/dist/lib/ns/
xfrout.c 750 bool is_ixfr = false; local
1071 is_ixfr = true;
1127 } else if (is_ixfr) {
  /src/external/mpl/bind/dist/bin/named/
statschannel.c 1471 bool is_first_data_received, is_ixfr; local
1561 &is_ixfr);
1711 writer, ISC_XMLCHAR(is_ixfr ? "Yes" : "No")));
2553 bool is_first_data_received, is_ixfr; local
2620 &is_ixfr);
2778 json_object_new_string(is_ixfr ? "Yes" : "No"));

Completed in 27 milliseconds