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

/bind-9.11.3/lib/isccfg/
H A Dparser.c109 LIBISCCFG_EXTERNAL_DATA cfg_rep_t cfg_rep_boolean = { "boolean", free_noop }; variable
1276 return (ISC_TF(obj->type->rep == &cfg_rep_boolean));
1281 REQUIRE(obj != NULL && obj->type->rep == &cfg_rep_boolean);
1342 &cfg_rep_boolean, NULL

Completed in 46 milliseconds