Searched refs:fileobj (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dlogconf.c106 const cfg_obj_t *fileobj = NULL; local
115 (void)cfg_map_get(channel, "file", &fileobj);
121 if (fileobj != NULL)
139 if (fileobj != NULL) {
140 const cfg_obj_t *pathobj = cfg_tuple_get(fileobj, "file");
141 const cfg_obj_t *sizeobj = cfg_tuple_get(fileobj, "size");
143 cfg_tuple_get(fileobj, "versions");
H A Dserver.c2696 const cfg_obj_t *fileobj = NULL; local
2697 if (cfg_map_get(zoptions, "file", &fileobj) != ISC_R_SUCCESS) {
2706 const char *hintsfile = cfg_obj_asstring(fileobj);
/bind-9.6-ESV-R11/bin/check/
H A Dnamed-checkconf.c196 const cfg_obj_t *fileobj = NULL; local
226 cfg_map_get(zoptions, "file", &fileobj);
227 if (fileobj != NULL)
228 zfile = cfg_obj_asstring(fileobj);
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c2008 const cfg_obj_t *fileobj = NULL; local
2043 fileobj = syslogobj = nullobj = stderrobj = NULL;
2044 (void)cfg_map_get(channel, "file", &fileobj);
2049 if (fileobj != NULL)
/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c2224 cfg_obj_t *fileobj; local
2233 fileobj = elt->obj;
2234 INSIST(fileobj->type == &cfg_type_qstring);
2235 return (fileobj->value.string.base);

Completed in 1851 milliseconds