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

/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dgrammar.h233 LIBISCCFG_EXTERNAL_DATA extern cfg_rep_t cfg_rep_uint32;
/bind-9.6-ESV-R11/lib/isccfg/
H A Dnamedconf.c425 doc_optional_keyvalue, &cfg_rep_uint32, &port_kw
1448 &cfg_rep_uint32, &controls_perm_kw
1457 &cfg_rep_uint32, &controls_owner_kw
1466 &cfg_rep_uint32, &controls_group_kw
1826 &cfg_rep_uint32, &debug_kw
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 23 milliseconds