Home | History | Annotate | Download | only in dns

Lines Matching refs:BINDABLE

126  * A name is "bindable" if it can be set to point to a new value, i.e.
129 #define BINDABLE(name) \
172 REQUIRE(BINDABLE(name));
923 REQUIRE(BINDABLE(target));
977 REQUIRE(BINDABLE(target));
1009 REQUIRE(BINDABLE(name));
1094 REQUIRE(BINDABLE(name));
1649 REQUIRE(BINDABLE(name));
1780 REQUIRE(BINDABLE(name));
2094 REQUIRE(BINDABLE(name));
2171 REQUIRE(prefix == NULL || (VALID_NAME(prefix) && BINDABLE(prefix)));
2172 REQUIRE(suffix == NULL || (VALID_NAME(suffix) && BINDABLE(suffix)));
2197 REQUIRE(BINDABLE(target));
2235 REQUIRE(BINDABLE(target));
2438 if (BINDABLE(target) && target->buffer != NULL) {
2463 REQUIRE(BINDABLE(dest));