HomeSort by: relevance | last modified time | path
    Searched defs:twigs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/tests/libtest/
qp.c 78 dns_qpnode_t *twigs = branch_twigs(qp, n); local
81 size_t height = getheight(qp, &twigs[pos]);
100 dns_qpnode_t *twigs = branch_twigs(qp, n); local
103 size_t len = maxkeylen(qp, &twigs[pos]);
231 dns_qpnode_t *twigs = ref_ptr(qp, ref); local
233 /* brief list of twigs */
246 "", n, twigs, ref, ref_chunk(ref), ref_cell(ref),
310 dns_qpnode_t *twigs = branch_twigs(qp, n); local
316 dumpdot_name(&twigs[pos]);
321 dumpdot_twig(qp, &twigs[pos])
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
qp.c 515 * Create a fresh bump chunk and allocate some twigs from it.
578 * chunk in the chunk arrays, then allocate some twigs from it.
603 * Allocate some fresh twigs. This is the bump allocator fast path.
620 * Record that some twigs are no longer being used, and if possible
624 * Returns true if the twigs were immediately destroyed.
630 free_twigs(dns_qp_t *qp, dns_qpref_t twigs, dns_qpweight_t size) {
631 dns_qpchunk_t chunk = ref_chunk(twigs);
638 if (cells_immutable(qp, twigs)) {
643 zero_twigs(ref_ptr(qp, twigs), size);
649 * When some twigs have been copied, and free_twigs() could no
1839 dns_qpnode_t *twigs = ref_ptr(qp, ref); local
2253 dns_qpnode_t *twigs = branch_twigs(qp, n); local
2336 dns_qpnode_t *twigs = branch_twigs(qp, n); local
    [all...]

Completed in 22 milliseconds