Lines Matching defs:zone
94 tcldb_lookup(const char *zone, const char *name, void *dbdata,
99 tcldb_lookup(const char *zone, const char *name, void *dbdata,
119 cmdv[1] = zone;
128 "zone '%s': tcl lookup function failed: %s",
129 zone, driver->interp->result);
169 "zone '%s': "
171 zone, driver->interp->result);
178 * Set up per-zone state. In our case, the database arguments of the
179 * zone are collected into a Tcl list and assigned to an element of
183 tcldb_create(const char *zone, int argc, char **argv,
190 Tcl_SetVar2(driver->interp, (char *) "dbargs", (char *) zone, list, 0);
200 * This driver does not support zone transfer, so allnodes() is NULL.