Lines Matching defs:table
46 * The table must contain the fields "name", "rdtype", and "rdata", and
48 * creates such a table.
56 char *table;
133 "lower(NAME) = lower('%s')", dbi->table, canonname);
188 dbi->table);
232 * argv[1] is the name of the table
255 dbi->table = NULL;
270 STRDUP_OR_FAIL(dbi->table, argv[1]);
304 if (dbi->table != NULL)
305 isc_mem_free(ns_g_mctx, dbi->table);