Searched refs:items (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dmem.c180 element *items; /*%< low water item list */ member in struct:isc_mempool
182 unsigned int maxalloc; /*%< max number of items allowed */
183 unsigned int allocated; /*%< # of items currently given out */
184 unsigned int freecount; /*%< # of items on reserved list */
185 unsigned int freemax; /*%< # of items allowed on free list */
186 unsigned int fillcount; /*%< # of items to fetch on each fill */
1663 mpctx->items = NULL;
1721 * Return any items on the free list
1724 while (mpctx->items != NULL) {
1727 item = mpctx->items;
[all...]
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c121 struct item items[ITEMSIZE]; variable in typeref:struct:item
122 int itemcnt; /* count of items */
1677 ip = &items[i & (ITEMSIZE - 1)];
1703 if (ip >= &items[ITEMSIZE])
1704 ip = items;
1795 for (n = 0, ip = items; n < ITEMSIZE; ++n, ++ip) {
2012 printf("%s: %d/%d items used, %d error%s\n", prog, itemcnt,
/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c149 ISC_LIST(dns_dispatchevent_t) items;
1363 ISC_LIST_APPEND(resp->items, rev, ev_link);
1557 ISC_LIST_APPEND(resp->items, rev, ev_link);
2044 * Keep some number of items around. This should be a config
3096 ISC_LIST_INIT(res->items);
3261 ev = ISC_LIST_HEAD(res->items);
3263 ISC_LIST_UNLINK(res->items, ev, ev_link);
3267 ev = ISC_LIST_HEAD(res->items);

Completed in 21 milliseconds