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

/bind-9.11.3/lib/isc/
H A Dmem.c177 element *items; /*%< low water item list */ member in struct:isc__mempool
179 unsigned int maxalloc; /*%< max number of items allowed */
180 unsigned int allocated; /*%< # of items currently given out */
181 unsigned int freecount; /*%< # of items on reserved list */
182 unsigned int freemax; /*%< # of items allowed on free list */
183 unsigned int fillcount; /*%< # of items to fetch on each fill */
1866 mpctx->items = NULL;
1926 * Return any items on the free list
1929 while (mpctx->items != NULL) {
1932 item = mpctx->items;
[all...]
/bind-9.11.3/lib/dns/
H A Ddispatch.c133 ISC_LIST(dns_dispatchevent_t) items;
1273 ISC_LIST_APPEND(resp->items, rev, ev_link);
1466 ISC_LIST_APPEND(resp->items, rev, ev_link);
2021 * Keep some number of items around. This should be a config
3327 ISC_LIST_INIT(res->items);
3434 ev = ISC_LIST_HEAD(resp->items);
3436 ISC_LIST_UNLINK(resp->items, ev, ev_link);
3549 ev = ISC_LIST_HEAD(res->items);
3551 ISC_LIST_UNLINK(res->items, ev, ev_link);
3555 ev = ISC_LIST_HEAD(res->items);
[all...]

Completed in 25 milliseconds