Searched refs:cfg_type_uint32 (Results 1 - 3 of 3) sorted by relevance
| /bind-9.6-ESV-R11/lib/isccfg/ |
| H A D | namedconf.c | 144 { "keyid", &cfg_type_uint32, 0 }, 237 { "flags", &cfg_type_uint32, 0 }, 238 { "protocol", &cfg_type_uint32, 0 }, 239 { "algorithm", &cfg_type_uint32, 0 }, 330 { "flags", &cfg_type_uint32, 0 }, 331 { "protocol", &cfg_type_uint32, 0 }, 332 { "algorithm", &cfg_type_uint32, 0 }, 421 static keyword_type_t port_kw = { "port", &cfg_type_uint32 }; 557 { "loport", &cfg_type_uint32, 0 }, 558 { "hiport", &cfg_type_uint32, [all...] |
| H A D | parser.c | 591 CHECK(cfg_create_obj(pctx, &cfg_type_uint32, &obj)); 628 cfg_type_t cfg_type_uint32 = { variable
|
| /bind-9.6-ESV-R11/lib/isccfg/include/isccfg/ |
| H A D | grammar.h | 250 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_uint32;
|
Completed in 202 milliseconds