/bind-9.6-ESV-R11/bin/named/ |
H A D | tkeyconf.c | 64 const cfg_obj_t *obj; local 71 obj = NULL; 72 result = cfg_map_get(options, "tkey-dhkey", &obj); 74 s = cfg_obj_asstring(cfg_tuple_get(obj, "name")); 75 n = cfg_obj_asuint32(cfg_tuple_get(obj, "keyid")); 87 obj = NULL; 88 result = cfg_map_get(options, "tkey-domain", &obj); 90 s = cfg_obj_asstring(obj); 106 obj = NULL; 107 result = cfg_map_get(options, "tkey-gssapi-credential", &obj); [all...] |
H A D | config.c | 234 ns_config_get(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument 240 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS) 247 const cfg_obj_t **obj) 264 *obj = checknames; 273 *obj = cfg_tuple_get(value, "mode"); 246 ns_checknames_get(const cfg_obj_t **maps, const char *which, const cfg_obj_t **obj) argument
|
H A D | lwresd.c | 295 const cfg_obj_t *obj, *viewobj, *searchobj; local 311 obj = NULL; 312 (void)cfg_map_get(lwres, "ndots", &obj); 313 if (obj != NULL) 314 lwresd->ndots = cfg_obj_asuint32(obj); 326 obj = cfg_tuple_get(viewobj, "class"); 327 result = ns_config_getclass(obj, dns_rdataclass_in, &vclass);
|
H A D | zoneconf.c | 336 const cfg_obj_t *obj = NULL; local 339 result = cfg_map_get(map, "type", &obj); 340 INSIST(result == ISC_R_SUCCESS && obj != NULL); 341 return (ns_config_getzonetype(obj)); 419 const cfg_obj_t *obj; local 479 obj = NULL; 480 result = cfg_map_get(zoptions, "database", &obj); 482 cpval = isc_mem_strdup(mctx, cfg_obj_asstring(obj)); 507 obj = NULL; 508 result = cfg_map_get(zoptions, "file", &obj); 1020 const cfg_obj_t *obj = NULL; local [all...] |
H A D | controlconf.c | 655 const cfg_obj_t *obj; local 661 obj = cfg_listelt_value(element); 662 str = cfg_obj_asstring(cfg_map_getname(obj)); 668 obj = cfg_listelt_value(element); 669 *objp = obj; 680 const cfg_obj_t *obj; local 687 obj = cfg_listelt_value(element); 688 str = cfg_obj_asstring(obj); 1239 const cfg_obj_t *obj; local 1249 obj [all...] |
H A D | statschannel.c | 1279 const cfg_obj_t *obj; local 1284 obj = cfg_tuple_get(listen_params, "address"); 1285 addr = *cfg_obj_assockaddr(obj);
|
H A D | server.c | 574 const cfg_obj_t *obj; local 588 obj = cfg_listelt_value(element); 589 str = cfg_obj_asstring(cfg_tuple_get(obj, "name")); 594 value = cfg_obj_asboolean(cfg_tuple_get(obj, "value")); 616 const cfg_obj_t *obj = NULL; local 621 result = ns_config_get(maps, "query-source", &obj); 625 result = ns_config_get(maps, "query-source-v6", &obj); 632 sa = *(cfg_obj_assockaddr(obj)); 668 INSIST(obj != NULL); 670 cfg_obj_log(obj, ns_g_lct 720 const cfg_obj_t *obj; local 784 const cfg_obj_t *obj; local 1151 const cfg_obj_t *obj; local 1332 const cfg_obj_t *obj; local 2868 const cfg_obj_t *obj = NULL; local 2881 directory_callback(const char *clausename, const cfg_obj_t *obj, void *arg) argument 3144 setoptstring(ns_server_t *server, char **field, const cfg_obj_t *obj) argument 3156 const cfg_obj_t *obj = NULL; local 3204 const cfg_obj_t *obj = cfg_listelt_value(element); local 3284 const cfg_obj_t *obj; local [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | build.c | 98 append_src_out(const char *src, const char *obj, atf_list_t *argv) argument 102 err = append_arg2("-o", obj, argv);
|
/bind-9.6-ESV-R11/bin/check/ |
H A D | named-checkconf.c | 77 directory_callback(const char *clausename, const cfg_obj_t *obj, void *arg) { argument 89 directory = cfg_obj_asstring(obj); 92 cfg_obj_log(obj, logc, ISC_LOG_ERROR, 102 get_maps(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument 107 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS) 113 get_checknames(const cfg_obj_t **maps, const cfg_obj_t **obj) { argument 129 *obj = checknames; 139 *obj = cfg_tuple_get(value, "mode"); 146 config_get(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument 152 if (cfg_map_get(maps[i], name, obj) 198 const cfg_obj_t *obj = NULL; local [all...] |
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/ |
H A D | grammar.h | 167 cfg_obj_t *obj; member in struct:cfg_listelt 288 cfg_print_uint32(cfg_printer_t *pctx, const cfg_obj_t *obj); 291 cfg_print_uint64(cfg_printer_t *pctx, const cfg_obj_t *obj); 297 cfg_print_ustring(cfg_printer_t *pctx, const cfg_obj_t *obj); 318 cfg_print_sockaddr(cfg_printer_t *pctx, const cfg_obj_t *obj); 337 cfg_print_tuple(cfg_printer_t *pctx, const cfg_obj_t *obj); 353 cfg_print_bracketed_list(cfg_printer_t *pctx, const cfg_obj_t *obj); 362 cfg_print_spacelist(cfg_printer_t *pctx, const cfg_obj_t *obj); 392 cfg_print_map(cfg_printer_t *pctx, const cfg_obj_t *obj); 401 cfg_print_mapbody(cfg_printer_t *pctx, const cfg_obj_t *obj); [all...] |
/bind-9.6-ESV-R11/bin/rndc/ |
H A D | rndc.c | 596 const cfg_obj_t *obj; local 598 obj = cfg_tuple_get(address, "name"); 599 name = cfg_obj_asstring(obj); 600 obj = cfg_tuple_get(address, "port"); 601 if (cfg_obj_isuint32(obj)) { 602 myport = cfg_obj_asuint32(obj);
|
/bind-9.6-ESV-R11/lib/bind9/ |
H A D | check.c | 65 const cfg_obj_t *obj; local 72 obj = cfg_tuple_get(ent, "class"); 73 if (cfg_obj_isstring(obj)) { 75 DE_CONST(cfg_obj_asstring(obj), r.base); 79 cfg_obj_log(obj, logctx, ISC_LOG_ERROR, 86 obj = cfg_tuple_get(ent, "type"); 87 if (cfg_obj_isstring(obj)) { 89 DE_CONST(cfg_obj_asstring(obj), r.base); 93 cfg_obj_log(obj, logctx, ISC_LOG_ERROR, 100 obj 148 const cfg_obj_t *obj = NULL; local 169 const cfg_obj_t *obj; local 260 const cfg_obj_t *obj; local 300 nameexist(const cfg_obj_t *obj, const char *name, int value, isc_symtab_t *symtab, const char *fmt, isc_log_t *logctx, isc_mem_t *mctx) argument 337 const cfg_obj_t *obj; local 426 const cfg_obj_t *options, *aclobj, *obj = NULL; local 503 const cfg_obj_t *obj = NULL; local 837 validate_masters(const cfg_obj_t *obj, const cfg_obj_t *config, isc_uint32_t *countp, isc_log_t *logctx, isc_mem_t *mctx) argument 1029 const cfg_obj_t *obj = NULL; local 1059 const cfg_obj_t *obj = NULL; local 1583 const cfg_obj_t *obj; local 1613 const cfg_obj_t *obj; local 1791 const cfg_obj_t *obj; local 2239 const cfg_obj_t *obj; local [all...] |
/bind-9.6-ESV-R11/lib/isccfg/ |
H A D | namedconf.c | 44 #define CLEANUP_OBJ(obj) \ 45 do { if ((obj) != NULL) cfg_obj_destroy(pctx, &(obj)); } while (0) 63 print_keyvalue(cfg_printer_t *pctx, const cfg_obj_t *obj); 471 print_none(cfg_printer_t *pctx, const cfg_obj_t *obj) { argument 472 UNUSED(obj); 512 print_hostname(cfg_printer_t *pctx, const cfg_obj_t *obj) { argument 513 UNUSED(obj); 584 cfg_obj_t *obj = NULL; local 599 CHECK(cfg_create_tuple(pctx, &cfg_type_porttuple, &obj)); 1218 cfg_obj_t *obj = NULL; local 1279 cfg_obj_t *obj = NULL; local 1339 print_keyvalue(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 1570 cfg_obj_t *obj = NULL; local 1633 print_querysource(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 1715 print_negated(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 1888 cfg_obj_t *obj = NULL; local 1934 print_logfile(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 2126 cfg_obj_t *obj = NULL; local 2208 cfg_obj_t *obj = NULL; local [all...] |
H A D | parser.c | 58 #define CLEANUP_OBJ(obj) \ 59 do { if ((obj) != NULL) cfg_obj_destroy(pctx, &(obj)); } while (0) 67 free_tuple(cfg_parser_t *pctx, cfg_obj_t *obj); 73 print_list(cfg_printer_t *pctx, const cfg_obj_t *obj); 76 free_list(cfg_parser_t *pctx, cfg_obj_t *obj); 86 free_string(cfg_parser_t *pctx, cfg_obj_t *obj); 92 free_map(cfg_parser_t *pctx, cfg_obj_t *obj); 100 free_noop(cfg_parser_t *pctx, cfg_obj_t *obj); 139 cfg_print_obj(cfg_printer_t *pctx, const cfg_obj_t *obj) { argument 182 cfg_print(const cfg_obj_t *obj, void (*f)(void *closure, const char *text, int textlen), void *closure) argument 201 cfg_obj_t *obj = NULL; local 232 cfg_obj_t *obj = NULL; local 248 cfg_print_tuple(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 278 free_tuple(cfg_parser_t *pctx, cfg_obj_t *obj) argument 296 cfg_obj_istuple(const cfg_obj_t *obj) argument 475 cfg_obj_t *obj = NULL; local 554 cfg_print_void(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 566 cfg_obj_isvoid(const cfg_obj_t *obj) argument 582 cfg_obj_t *obj = NULL; local 612 cfg_print_uint32(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 617 cfg_obj_isuint32(const cfg_obj_t *obj) argument 623 cfg_obj_asuint32(const cfg_obj_t *obj) argument 638 cfg_obj_isuint64(const cfg_obj_t *obj) argument 644 cfg_obj_asuint64(const cfg_obj_t *obj) argument 650 cfg_print_uint64(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 673 cfg_obj_t *obj = NULL; local 755 check_enum(cfg_parser_t *pctx, cfg_obj_t *obj, const char *const *enums) argument 766 cfg_obj_t *obj = NULL; local 789 cfg_print_ustring(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 794 print_qstring(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 801 free_string(cfg_parser_t *pctx, cfg_obj_t *obj) argument 807 cfg_obj_isstring(const cfg_obj_t *obj) argument 813 cfg_obj_asstring(const cfg_obj_t *obj) argument 841 cfg_obj_isboolean(const cfg_obj_t *obj) argument 847 cfg_obj_asboolean(const cfg_obj_t *obj) argument 857 cfg_obj_t *obj = NULL; local 893 print_boolean(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 910 cfg_create_list(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **obj) argument 937 free_list(cfg_parser_t *pctx, cfg_obj_t *obj) argument 1007 print_list(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 1033 cfg_print_bracketed_list(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 1080 cfg_print_spacelist(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 1094 cfg_obj_islist(const cfg_obj_t *obj) argument 1100 cfg_list_first(const cfg_obj_t *obj) argument 1118 cfg_list_length(const cfg_obj_t *obj, isc_boolean_t recurse) argument 1164 cfg_obj_t *obj = NULL; local 1324 cfg_obj_t *obj = NULL; local 1405 cfg_print_mapbody(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 1423 cfg_obj_t *obj = symval.as_pointer; local 1486 cfg_print_map(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 1548 cfg_obj_ismap(const cfg_obj_t *obj) argument 1554 cfg_map_get(const cfg_obj_t *mapobj, const char* name, const cfg_obj_t **obj) argument 1582 cfg_obj_t *obj = NULL; local 1844 cfg_obj_t *obj = NULL; local 1916 cfg_obj_t *obj = NULL; local 1965 print_netprefix(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 1974 cfg_obj_isnetprefix(const cfg_obj_t *obj) argument 1980 cfg_obj_asnetprefix(const cfg_obj_t *obj, isc_netaddr_t *netaddr, unsigned int *prefixlen) argument 2003 cfg_obj_t *obj = NULL; local 2035 cfg_print_sockaddr(cfg_printer_t *pctx, const cfg_obj_t *obj) argument 2081 cfg_obj_issockaddr(const cfg_obj_t *obj) argument 2087 cfg_obj_assockaddr(const cfg_obj_t *obj) argument 2300 cfg_obj_log(const cfg_obj_t *obj, isc_log_t *lctx, int level, const char *fmt, ...) argument 2319 cfg_obj_file(const cfg_obj_t *obj) argument 2324 cfg_obj_line(const cfg_obj_t *obj) argument 2330 cfg_obj_t *obj; local 2346 cfg_obj_t *obj = symval.as_pointer; local 2360 cfg_obj_t *obj = NULL; local 2379 free_map(cfg_parser_t *pctx, cfg_obj_t *obj) argument 2385 cfg_obj_istype(const cfg_obj_t *obj, const cfg_type_t *type) argument 2394 cfg_obj_t *obj; local 2406 free_noop(cfg_parser_t *pctx, cfg_obj_t *obj) argument [all...] |