Searched defs:has_raw (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/named/
H A Dzoneconf.c1754 isc_boolean_t has_raw; local
1775 has_raw = ISC_TRUE;
1779 has_raw = ISC_FALSE;
1784 if ((obj == NULL || !cfg_obj_asboolean(obj)) && has_raw) {
1788 } else if ((obj != NULL && cfg_obj_asboolean(obj)) && !has_raw) {

Completed in 32 milliseconds