Searched refs:nresults (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dresult.c116 register_table(unsigned int base, unsigned int nresults, const char **text, argument
122 REQUIRE(nresults <= ISC_RESULTCLASS_SIZE);
133 table->last = base + nresults - 1;
208 isc_result_register(unsigned int base, unsigned int nresults, argument
213 return (register_table(base, nresults, text, msgcat, set));
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dresult.h103 isc_result_register(unsigned int base, unsigned int nresults,

Completed in 9 milliseconds