Searched refs:fileobj (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/bin/named/ |
H A D | logconf.c | 106 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 D | server.c | 2696 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 D | named-checkconf.c | 196 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 D | check.c | 2008 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 D | parser.c | 2224 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