| /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/dns/ |
| xfrin.c | 164 atomic_bool is_ixfr; member in struct:dns_xfrin 203 * according to the is_ixfr flag, so this could be a union, 318 atomic_store(&xfr->is_ixfr, false); 488 atomic_store(&xfr->is_ixfr, true); 1018 bool *is_first_data_received, bool *is_ixfr) { 1023 REQUIRE(is_ixfr != NULL); 1028 *is_ixfr = atomic_load(&xfr->is_ixfr); 1214 if (atomic_load(&xfr->is_ixfr) && 1266 atomic_init(&xfr->is_ixfr, false) [all...] |
| /src/external/mpl/bind/dist/lib/ns/ |
| xfrout.c | 748 bool is_ixfr = false; local 1064 is_ixfr = true; 1120 } 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"));
|