Lines Matching refs:base
24 unsigned int base;
177 register_table(resulttable_list_t *tables, unsigned int base,
183 REQUIRE(base % ISC_RESULTCLASS_SIZE == 0);
194 table->base = base;
195 table->last = base + nresults - 1;
259 if (result >= table->base && result <= table->last) {
260 index = (int)(result - table->base);
292 isc_result_register(unsigned int base, unsigned int nresults,
297 return (register_table(&description_tables, base, nresults, text,
302 isc_result_registerids(unsigned int base, unsigned int nresults,
307 return (register_table(&identifier_tables, base, nresults, ids,