Searched refs:buffers (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dmapper.c344 unsigned long *buffers[2] = {NULL, NULL}; local
384 if (src == buffers[0])
392 newbuf = realloc(buffers[idx],
398 buffers[idx] = (unsigned long *)newbuf;
402 dst = buffers[idx];
425 free(buffers[0]);
426 free(buffers[1]);
H A Dnormalizer.c253 unsigned long *buffers[2] = {NULL, NULL}; local
293 if (src == buffers[0])
301 newbuf = realloc(buffers[idx],
307 buffers[idx] = (unsigned long *)newbuf;
311 dst = buffers[idx];
333 free(buffers[0]);
334 free(buffers[1]);
/bind-9.6-ESV-R11/lib/dns/
H A Dsdb.c77 ISC_LIST(isc_buffer_t) buffers;
332 ISC_LIST_APPEND(lookup->buffers, rdatabuf, link);
675 ISC_LIST_INIT(node->buffers);
713 while (!ISC_LIST_EMPTY(node->buffers)) {
714 b = ISC_LIST_HEAD(node->buffers);
715 ISC_LIST_UNLINK(node->buffers, b, link);
H A Dsdlz.c118 ISC_LIST(isc_buffer_t) buffers;
435 ISC_LIST_INIT(node->buffers);
477 while (!ISC_LIST_EMPTY(node->buffers)) {
478 b = ISC_LIST_HEAD(node->buffers);
479 ISC_LIST_UNLINK(node->buffers, b, link);
1583 ISC_LIST_APPEND(lookup->buffers, rdatabuf, link);
H A Ddispatch.c99 unsigned int buffers; /*%< allocated buffers */ member in struct:dns_dispatchmgr
101 unsigned int maxbuffers; /*%< max buffers */
108 isc_mempool_t *bpool; /*%< memory pool for buffers */
248 unsigned int tcpbuffers; /*%< allocated buffers */
1037 INSIST(disp->mgr->buffers > 0);
1039 disp->mgr->buffers--;
1057 disp->mgr->buffers++;
1147 "got packet: requests %d, buffers %d, recvs %d",
1148 disp->requests, disp->mgr->buffers, dis
[all...]

Completed in 26 milliseconds