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

/bind-9.11.3/bin/named/
H A Dtkeyconf.c55 const cfg_obj_t *obj; local
62 obj = NULL;
63 result = cfg_map_get(options, "tkey-dhkey", &obj);
65 s = cfg_obj_asstring(cfg_tuple_get(obj, "name"));
66 n = cfg_obj_asuint32(cfg_tuple_get(obj, "keyid"));
77 obj = NULL;
78 result = cfg_map_get(options, "tkey-domain", &obj);
80 s = cfg_obj_asstring(obj);
95 obj = NULL;
96 result = cfg_map_get(options, "tkey-gssapi-credential", &obj);
[all...]
H A Dconfig.c312 const cfg_obj_t **obj)
319 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS)
326 const cfg_obj_t **obj)
344 *obj = checknames;
354 *obj = cfg_tuple_get(value, "mode");
311 ns_config_get(cfg_obj_t const * const *maps, const char *name, const cfg_obj_t **obj) argument
325 ns_checknames_get(const cfg_obj_t **maps, const char *which, const cfg_obj_t **obj) argument
H A Dlwresd.c282 const cfg_obj_t *obj, *viewobj, *searchobj; local
298 obj = NULL;
299 (void)cfg_map_get(lwres, "ndots", &obj);
300 if (obj != NULL)
301 lwresd->ndots = cfg_obj_asuint32(obj);
313 obj = cfg_tuple_get(viewobj, "class");
314 result = ns_config_getclass(obj, dns_rdataclass_in, &vclass);
385 obj = NULL;
386 (void)cfg_map_get(lwres, "lwres-tasks", &obj);
387 if (obj !
[all...]
H A Dcontrolconf.c690 const cfg_obj_t *obj; local
696 obj = cfg_listelt_value(element);
697 str = cfg_obj_asstring(cfg_map_getname(obj));
703 obj = cfg_listelt_value(element);
704 *objp = obj;
715 const cfg_obj_t *obj; local
722 obj = cfg_listelt_value(element);
723 str = cfg_obj_asstring(obj);
1305 const cfg_obj_t *obj; local
1315 obj
[all...]
H A Dzoneconf.c484 const cfg_obj_t *obj; local
490 obj = cfg_listelt_value(element);
491 str = cfg_obj_asstring(obj);
537 const cfg_obj_t *obj; local
574 obj = NULL;
575 result = cfg_map_get(zconfig, "server-addresses", &obj);
577 INSIST(obj != NULL);
578 result = configure_staticstub_serveraddrs(obj, zone,
586 obj = NULL;
587 result = cfg_map_get(zconfig, "server-names", &obj);
685 const cfg_obj_t *obj = NULL; local
769 const cfg_obj_t *obj; local
1750 const cfg_obj_t *obj = NULL; local
[all...]
H A Dstatschannel.c1140 json_object *zoneobj, *obj; local
1175 obj = json_object_new_int64(val);
1176 if (obj == NULL)
1178 json_object_object_add(zoneobj, typestr, obj);
1205 json_object *zoneobj, *obj; local
1260 obj = json_object_new_int64(val);
1261 if (obj == NULL)
1263 json_object_object_add(zoneobj, buf, obj);
1288 json_object *zoneobj, *obj; local
1315 obj
1344 json_object *zoneobj, *obj; local
2254 json_object *bindstats, *viewlist, *counters, *obj; local
3324 const cfg_obj_t *obj; local
[all...]
H A Dserver.c613 const cfg_obj_t *obj = NULL; local
634 (void)ns_config_get(maps, confname, &obj);
635 if (obj == NULL)
642 obj = cfg_tuple_get(obj, conftuplename);
643 if (cfg_obj_isvoid(obj))
653 for (element = cfg_list_first(obj);
906 const cfg_obj_t *obj = NULL; local
1035 obj = NULL;
1036 (void)ns_config_get(maps, "managed-keys-directory", &obj);
1088 const cfg_obj_t *obj; local
1129 const cfg_obj_t *obj = NULL; local
1237 const cfg_obj_t *obj; local
1305 const cfg_obj_t *obj; local
1477 const cfg_obj_t *obj; local
1823 configure_rpz_name(dns_view_t *view, const cfg_obj_t *obj, dns_name_t *name, const char *str, const char *msg) argument
1836 configure_rpz_name2(dns_view_t *view, const cfg_obj_t *obj, dns_name_t *name, const char *str, const dns_name_t *origin) argument
1854 const cfg_obj_t *rpz_obj, *obj; local
2427 const cfg_obj_t *catz_obj, *obj; local
2640 const cfg_obj_t *obj; local
2852 const cfg_obj_t *obj; local
3026 const cfg_obj_t *obj, *obj2; local
3258 const cfg_obj_t *obj, *obj2; local
5772 const cfg_obj_t *obj = NULL; local
5785 directory_callback(const char *clausename, const cfg_obj_t *obj, void *arg) argument
6249 setoptstring(ns_server_t *server, char **field, const cfg_obj_t *obj) argument
6261 const cfg_obj_t *obj = NULL; local
6309 const cfg_obj_t *obj = cfg_listelt_value(element); local
6491 const cfg_obj_t *obj; local
6681 const cfg_obj_t *obj = NULL; local
7202 const cfg_obj_t *obj; local
7282 const cfg_obj_t *obj; local
11841 const cfg_obj_t *obj = NULL; local
12777 const cfg_obj_t *obj = NULL; local
[all...]
/bind-9.11.3/unit/atf-src/atf-c/
H A Dbuild.c95 append_src_out(const char *src, const char *obj, atf_list_t *argv) argument
99 err = append_arg2("-o", obj, argv);
/bind-9.11.3/lib/isccfg/
H A Daclconf.c296 get_subtype(const cfg_obj_t *obj, isc_log_t *lctx, argument
310 cfg_obj_log(obj, lctx, ISC_LOG_ERROR,
319 cfg_obj_log(obj, lctx, ISC_LOG_ERROR,
328 cfg_obj_log(obj, lctx, ISC_LOG_ERROR,
337 cfg_obj_log(obj, lctx, ISC_LOG_ERROR,
346 cfg_obj_log(obj, lctx, ISC_LOG_ERROR,
362 cfg_obj_log(obj, lctx, ISC_LOG_WARNING,
368 cfg_obj_log(obj, lctx, ISC_LOG_WARNING,
374 cfg_obj_log(obj, lctx, ISC_LOG_WARNING,
380 cfg_obj_log(obj, lct
477 parse_geoip_element(const cfg_obj_t *obj, isc_log_t *lctx, cfg_aclconfctx_t *ctx, dns_aclelement_t *dep) argument
[all...]
H A Dparser.c49 #define CLEANUP_OBJ(obj) \
50 do { if ((obj) != NULL) cfg_obj_destroy(pctx, &(obj)); } while (0)
58 free_tuple(cfg_parser_t *pctx, cfg_obj_t *obj);
64 print_list(cfg_printer_t *pctx, const cfg_obj_t *obj);
67 free_list(cfg_parser_t *pctx, cfg_obj_t *obj);
77 free_string(cfg_parser_t *pctx, cfg_obj_t *obj);
83 free_map(cfg_parser_t *pctx, cfg_obj_t *obj);
91 free_noop(cfg_parser_t *pctx, cfg_obj_t *obj);
135 cfg_print_obj(cfg_printer_t *pctx, const cfg_obj_t *obj) { argument
198 cfg_print(const cfg_obj_t *obj, void (*f)(void *closure, const char *text, int textlen), void *closure) argument
209 cfg_printx(const cfg_obj_t *obj, unsigned int flags, void (*f)(void *closure, const char *text, int textlen), void *closure) argument
232 cfg_obj_t *obj = NULL; local
267 cfg_obj_t *obj = NULL; local
287 cfg_print_tuple(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
328 free_tuple(cfg_parser_t *pctx, cfg_obj_t *obj) argument
346 cfg_obj_istuple(const cfg_obj_t *obj) argument
556 cfg_obj_t *obj = NULL; local
699 cfg_print_void(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
719 cfg_obj_isvoid(const cfg_obj_t *obj) argument
737 cfg_obj_t *obj = NULL; local
768 cfg_print_percentage(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
781 cfg_obj_aspercentage(const cfg_obj_t *obj) argument
792 cfg_obj_ispercentage(const cfg_obj_t *obj) argument
805 cfg_obj_t *obj = NULL; local
853 cfg_print_fixedpoint(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
867 cfg_obj_asfixedpoint(const cfg_obj_t *obj) argument
878 cfg_obj_isfixedpoint(const cfg_obj_t *obj) argument
889 cfg_obj_t *obj = NULL; local
924 cfg_print_uint32(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
929 cfg_obj_isuint32(const cfg_obj_t *obj) argument
935 cfg_obj_asuint32(const cfg_obj_t *obj) argument
950 cfg_obj_isuint64(const cfg_obj_t *obj) argument
956 cfg_obj_asuint64(const cfg_obj_t *obj) argument
962 cfg_print_uint64(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
986 cfg_obj_t *obj = NULL; local
1107 print_btext(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
1144 check_enum(cfg_parser_t *pctx, cfg_obj_t *obj, const char *const *enums) argument
1156 cfg_obj_t *obj = NULL; local
1188 cfg_print_ustring(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
1196 print_qstring(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
1203 print_sstring(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
1215 free_string(cfg_parser_t *pctx, cfg_obj_t *obj) argument
1221 cfg_obj_isstring(const cfg_obj_t *obj) argument
1227 cfg_obj_asstring(const cfg_obj_t *obj) argument
1274 cfg_obj_isboolean(const cfg_obj_t *obj) argument
1280 cfg_obj_asboolean(const cfg_obj_t *obj) argument
1290 cfg_obj_t *obj = NULL; local
1330 cfg_print_boolean(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
1350 cfg_create_list(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **obj) argument
1384 free_list(cfg_parser_t *pctx, cfg_obj_t *obj) argument
1458 print_list(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
1495 cfg_print_bracketed_list(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
1552 cfg_print_spacelist(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
1569 cfg_obj_islist(const cfg_obj_t *obj) argument
1575 cfg_list_first(const cfg_obj_t *obj) argument
1593 cfg_list_length(const cfg_obj_t *obj, isc_boolean_t recurse) argument
1639 cfg_obj_t *obj = NULL; local
1818 cfg_obj_t *obj = NULL; local
1910 print_symval(cfg_printer_t *pctx, const char *name, cfg_obj_t *obj) argument
1925 cfg_print_mapbody(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
2024 cfg_print_map(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
2074 cfg_obj_ismap(const cfg_obj_t *obj) argument
2080 cfg_map_get(const cfg_obj_t *mapobj, const char* name, const cfg_obj_t **obj) argument
2166 cfg_obj_t *obj = NULL; local
2464 cfg_obj_t *obj = NULL; local
2536 cfg_obj_t *obj = NULL; local
2589 print_netprefix(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
2598 cfg_obj_isnetprefix(const cfg_obj_t *obj) argument
2604 cfg_obj_asnetprefix(const cfg_obj_t *obj, isc_netaddr_t *netaddr, unsigned int *prefixlen) argument
2628 cfg_obj_t *obj = NULL; local
2699 cfg_print_sockaddr(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
2759 cfg_obj_issockaddr(const cfg_obj_t *obj) argument
2765 cfg_obj_assockaddr(const cfg_obj_t *obj) argument
2771 cfg_obj_getdscp(const cfg_obj_t *obj) argument
3003 cfg_obj_log(const cfg_obj_t *obj, isc_log_t *lctx, int level, const char *fmt, ...) argument
3027 cfg_obj_file(const cfg_obj_t *obj) argument
3034 cfg_obj_line(const cfg_obj_t *obj) argument
3043 cfg_obj_t *obj; local
3073 cfg_obj_t *obj = symval.as_pointer; local
3086 cfg_obj_t *obj = NULL; local
3105 free_map(cfg_parser_t *pctx, cfg_obj_t *obj) argument
3111 cfg_obj_istype(const cfg_obj_t *obj, const cfg_type_t *type) argument
3124 cfg_obj_t *obj; local
3151 free_noop(cfg_parser_t *pctx, cfg_obj_t *obj) argument
3189 cfg_parser_mapadd(cfg_parser_t *pctx, cfg_obj_t *mapobj, cfg_obj_t *obj, const char *clausename) argument
[all...]
H A Dnamedconf.c39 #define CLEANUP_OBJ(obj) \
40 do { if ((obj) != NULL) cfg_obj_destroy(pctx, &(obj)); } while (0)
66 print_updatepolicy(cfg_printer_t *pctx, const cfg_obj_t *obj);
72 print_keyvalue(cfg_printer_t *pctx, const cfg_obj_t *obj);
85 print_geoip(cfg_printer_t *pctx, const cfg_obj_t *obj);
297 cfg_obj_t *obj = NULL; local
301 CHECK(cfg_parse_void(pctx, NULL, &obj));
303 result = cfg_parse_astring(pctx, type, &obj);
305 *ret = obj;
368 cfg_obj_t *obj = NULL; local
391 print_updatepolicy(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
689 print_none(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
733 print_auto(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
757 print_boolorauto(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
781 print_hostname(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
829 print_porttuple(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
861 cfg_obj_t *obj = NULL; local
1338 cfg_obj_t *obj = NULL; local
1372 cfg_obj_t *obj = NULL; local
1420 cfg_print_kv_tuple(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
1596 print_lookaside(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
2415 cfg_obj_t *obj = NULL; local
2444 cfg_obj_t *obj = NULL; local
2566 cfg_obj_t *obj = NULL; local
2656 print_keyvalue(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
2813 cfg_obj_t *obj = NULL; local
2846 print_geoip(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
3068 cfg_obj_t *obj = NULL; local
3146 print_querysource(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
3273 print_negated(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
3464 cfg_obj_t *obj = NULL; local
3510 print_logfile(cfg_printer_t *pctx, const cfg_obj_t *obj) argument
3722 cfg_obj_t *obj = NULL; local
3807 cfg_obj_t *obj = NULL; local
3836 cfg_obj_t *obj = NULL; local
[all...]
/bind-9.11.3/bin/check/
H A Dnamed-checkconf.c69 directory_callback(const char *clausename, const cfg_obj_t *obj, void *arg) { argument
81 directory = cfg_obj_asstring(obj);
84 cfg_obj_log(obj, logc, ISC_LOG_ERROR,
94 get_maps(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument
99 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS)
105 get_checknames(const cfg_obj_t **maps, const cfg_obj_t **obj) { argument
121 *obj = checknames;
131 *obj = cfg_tuple_get(value, "mode");
181 const cfg_obj_t *obj = NULL; local
200 cfg_map_get(config, "options", &obj);
[all...]
/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dgrammar.h185 cfg_obj_t *obj; member in struct:cfg_listelt
331 cfg_print_uint32(cfg_printer_t *pctx, const cfg_obj_t *obj);
334 cfg_print_uint64(cfg_printer_t *pctx, const cfg_obj_t *obj);
340 cfg_print_ustring(cfg_printer_t *pctx, const cfg_obj_t *obj);
370 cfg_print_sockaddr(cfg_printer_t *pctx, const cfg_obj_t *obj);
373 cfg_print_boolean(cfg_printer_t *pctx, const cfg_obj_t *obj);
392 cfg_print_tuple(cfg_printer_t *pctx, const cfg_obj_t *obj);
408 cfg_print_bracketed_list(cfg_printer_t *pctx, const cfg_obj_t *obj);
417 cfg_print_spacelist(cfg_printer_t *pctx, const cfg_obj_t *obj);
447 cfg_print_map(cfg_printer_t *pctx, const cfg_obj_t *obj);
[all...]
/bind-9.11.3/bin/rndc/
H A Drndc.c694 const cfg_obj_t *obj; local
696 obj = cfg_tuple_get(address, "name");
697 name = cfg_obj_asstring(obj);
698 obj = cfg_tuple_get(address, "port");
699 if (cfg_obj_isuint32(obj)) {
700 myport = cfg_obj_asuint32(obj);
/bind-9.11.3/lib/isc/
H A Dpk11.c97 static CK_ATTRIBUTE *push_attribute(pk11_object_t *obj,
997 pk11_attribute_first(const pk11_object_t *obj) { argument
998 return (obj->repr);
1002 pk11_attribute_next(const pk11_object_t *obj, CK_ATTRIBUTE *attr) { argument
1006 if ((next - obj->repr) >= obj->attrcnt)
1012 pk11_attribute_bytype(const pk11_object_t *obj, CK_ATTRIBUTE_TYPE type) { argument
1015 for(attr = pk11_attribute_first(obj);
1017 attr = pk11_attribute_next(obj, attr))
1124 push_attribute(pk11_object_t *obj, isc_mem_ argument
1157 pk11_parse_uri(pk11_object_t *obj, const char *label, isc_mem_t *mctx, pk11_optype_t optype) argument
[all...]
H A Dtask.c1928 json_object *obj = NULL, *array = NULL, *taskobj = NULL; local
1937 obj = json_object_new_string("threaded");
1938 CHECKMEM(obj);
1939 json_object_object_add(tasks, "thread-model", obj);
1941 obj = json_object_new_int(mgr->workers);
1942 CHECKMEM(obj);
1943 json_object_object_add(tasks, "worker-threads", obj);
1945 obj = json_object_new_string("non-threaded");
1946 CHECKMEM(obj);
1947 json_object_object_add(tasks, "thread-model", obj);
[all...]
H A Dmem.c2510 json_object *ctxobj, *obj; local
2540 obj = json_object_new_string(buf);
2541 CHECKMEM(obj);
2542 json_object_object_add(ctxobj, "id", obj);
2545 obj = json_object_new_string(ctx->name);
2546 CHECKMEM(obj);
2547 json_object_object_add(ctxobj, "name", obj);
2550 obj = json_object_new_int64(ctx->references);
2551 CHECKMEM(obj);
2552 json_object_object_add(ctxobj, "references", obj);
2606 json_object *ctxarray, *obj; local
[all...]
/bind-9.11.3/lib/dns/
H A Dcache.c1504 json_object *obj; local
1511 obj = json_object_new_int64(values[dns_cachestatscounter_hits]);
1512 CHECKMEM(obj);
1513 json_object_object_add(cstats, "CacheHits", obj);
1515 obj = json_object_new_int64(values[dns_cachestatscounter_misses]);
1516 CHECKMEM(obj);
1517 json_object_object_add(cstats, "CacheMisses", obj);
1519 obj = json_object_new_int64(values[dns_cachestatscounter_queryhits]);
1520 CHECKMEM(obj);
1521 json_object_object_add(cstats, "QueryHits", obj);
[all...]
/bind-9.11.3/lib/bind9/
H A Dcheck.c61 fileexist(const cfg_obj_t *obj, isc_symtab_t *symtab, isc_boolean_t writeable,
77 const cfg_obj_t *obj; local
84 obj = cfg_tuple_get(ent, "class");
85 if (cfg_obj_isstring(obj)) {
87 DE_CONST(cfg_obj_asstring(obj), r.base);
91 cfg_obj_log(obj, logctx, ISC_LOG_ERROR,
98 obj = cfg_tuple_get(ent, "type");
99 if (cfg_obj_isstring(obj)) {
100 DE_CONST(cfg_obj_asstring(obj), r.base);
104 cfg_obj_log(obj, logct
159 const cfg_obj_t *obj = NULL; local
180 const cfg_obj_t *obj; local
271 const cfg_obj_t *obj; local
318 const cfg_obj_t *obj; local
358 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
395 const cfg_obj_t *obj; local
485 const cfg_obj_t *map, *obj; local
603 const cfg_obj_t *obj; local
716 const cfg_obj_t *options, *aclobj, *obj = NULL; local
787 const cfg_obj_t *options, *aclobj, *obj; local
900 const cfg_obj_t *obj = NULL; local
934 const cfg_obj_t *obj = NULL; local
1519 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
1764 const cfg_obj_t *obj = NULL; local
1794 const cfg_obj_t *obj = NULL; local
2546 fileexist(const cfg_obj_t *obj, isc_symtab_t *symtab, isc_boolean_t writeable, isc_log_t *logctx) argument
2679 const cfg_obj_t *obj; local
2709 const cfg_obj_t *obj; local
3021 const cfg_obj_t *obj, *nameobj, *zoneobj; local
3094 const cfg_obj_t *obj; local
3651 const cfg_obj_t *obj; local
[all...]
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c6756 json_object *obj, *array = json_object_new_array(); local
6763 obj = json_object_new_int(mgr->refs);
6764 CHECKMEM(obj);
6765 json_object_object_add(stats, "references", obj);
6779 obj = json_object_new_string(buf);
6780 CHECKMEM(obj);
6781 json_object_object_add(entry, "id", obj);
6784 obj = json_object_new_string(sock->name);
6785 CHECKMEM(obj);
6786 json_object_object_add(entry, "name", obj);
[all...]
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c4133 json_object *obj, *array = json_object_new_array(); local
4140 obj = json_object_new_int(mgr->refs);
4141 CHECKMEM(obj);
4142 json_object_object_add(stats, "references", obj);
4156 obj = json_object_new_string(buf);
4157 CHECKMEM(obj);
4158 json_object_object_add(entry, "id", obj);
4161 obj = json_object_new_string(sock->name);
4162 CHECKMEM(obj);
4163 json_object_object_add(entry, "name", obj);
[all...]

Completed in 140 milliseconds