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

/bind-9.11.3/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.11.3/lib/dns/
H A Dsdb.c68 ISC_LIST(isc_buffer_t) buffers;
323 ISC_LIST_APPEND(lookup->buffers, rdatabuf, link);
664 ISC_LIST_INIT(node->buffers);
702 while (!ISC_LIST_EMPTY(node->buffers)) {
703 b = ISC_LIST_HEAD(node->buffers);
704 ISC_LIST_UNLINK(node->buffers, b, link);
H A Dsdlz.c111 ISC_LIST(isc_buffer_t) buffers;
475 ISC_LIST_INIT(node->buffers);
517 while (!ISC_LIST_EMPTY(node->buffers)) {
518 b = ISC_LIST_HEAD(node->buffers);
519 ISC_LIST_UNLINK(node->buffers, b, link);
1941 ISC_LIST_APPEND(lookup->buffers, rdatabuf, link);
H A Ddispatch.c79 unsigned int buffers; /*%< allocated buffers */ member in struct:dns_dispatchmgr
81 unsigned int maxbuffers; /*%< max buffers */
91 isc_mempool_t *bpool; /*%< pool for buffers */
237 unsigned int tcpbuffers; /*%< allocated buffers */
905 INSIST(disp->mgr->buffers > 0);
907 disp->mgr->buffers--;
925 disp->mgr->buffers++;
932 disp->mgr->buffers--;
1056 "got packet: requests %d, buffers
[all...]

Completed in 267 milliseconds