Searched defs:nalloc (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drdataslab.c133 unsigned int nalloc; local
168 nalloc = nitems;
169 x = isc_mem_get(mctx, nalloc * sizeof(struct xrdata));
179 for (i = 0; i < nalloc && result == ISC_R_SUCCESS; i++) {
189 if (i != nalloc || result != ISC_R_NOMORE) {
203 if (nalloc > 1U)
204 qsort(x, nalloc, sizeof(struct xrdata), compare_rdata);
215 for (i = 1; i < nalloc; i++) {
279 offsettable = isc_mem_get(mctx, nalloc * sizeof(unsigned int));
285 memset(offsettable, 0, nalloc * sizeo
[all...]

Completed in 247 milliseconds