Lines Matching defs:table
44 * The table must contain the fields "name", "rdtype", and "rdata", and
46 * creates such a table.
54 char *table;
130 dbi->table, name);
201 dbi->table);
227 if (dbi->table != NULL)
228 isc_mem_free(ns_g_mctx, dbi->table);
250 * argv[1] is the name of the table
271 dbi->table = NULL;
274 STRDUP_OR_FAIL(dbi->table, argv[1]);