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

/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dgrammar.h269 LIBISCCFG_EXTERNAL_DATA extern cfg_rep_t cfg_rep_uint32;
/bind-9.11.3/lib/isccfg/
H A Dnamedconf.c618 doc_optional_keyvalue, &cfg_rep_uint32, &dscp_kw
625 doc_optional_keyvalue, &cfg_rep_uint32, &port_kw
2932 &cfg_rep_uint32, &controls_perm_kw
2942 &cfg_rep_uint32, &controls_owner_kw
2952 &cfg_rep_uint32, &controls_group_kw
3392 &cfg_rep_uint32, &debug_kw
H A Dparser.c106 LIBISCCFG_EXTERNAL_DATA cfg_rep_t cfg_rep_uint32 = { "uint32", free_noop }; variable
931 return (ISC_TF(obj->type->rep == &cfg_rep_uint32));
936 REQUIRE(obj != NULL && obj->type->rep == &cfg_rep_uint32);
942 &cfg_rep_uint32, NULL

Completed in 31 milliseconds