Lines Matching defs:table
37 * The table must contain the fields "name", "rdtype", and "rdata", and
39 * creates such a table.
47 char *table;
135 "lower(NAME) = lower('%s')", dbi->table, canonname);
190 dbi->table);
234 * argv[1] is the name of the table
257 dbi->table = NULL;
272 STRDUP_OR_FAIL(dbi->table, argv[1]);
306 if (dbi->table != NULL)
307 isc_mem_free(ns_g_mctx, dbi->table);