Searched refs:cfg_rep_boolean (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dgrammar.h236 LIBISCCFG_EXTERNAL_DATA extern cfg_rep_t cfg_rep_boolean;
/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c118 cfg_rep_t cfg_rep_boolean = { "boolean", free_noop }; variable
843 return (ISC_TF(obj->type->rep == &cfg_rep_boolean));
848 REQUIRE(obj != NULL && obj->type->rep == &cfg_rep_boolean);
902 &cfg_rep_boolean, NULL
H A Dnamedconf.c518 "hostname", NULL, print_hostname, NULL, &cfg_rep_boolean, NULL

Completed in 61 milliseconds