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

/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c115 cfg_rep_t cfg_rep_uint32 = { "uint32", free_noop }; variable
619 return (ISC_TF(obj->type->rep == &cfg_rep_uint32));
624 REQUIRE(obj != NULL && obj->type->rep == &cfg_rep_uint32);
630 &cfg_rep_uint32, NULL

Completed in 18 milliseconds