HomeSort by: relevance | last modified time | path
    Searched refs:twigs (Results 1 - 3 of 3) 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...]
qp_p.h 60 * vector of "twigs", i.e. child nodes. A branch node has at least
61 * two and at most 47 twigs. (The qp-trie update functions ensure that
99 * it describes how to access the twigs vector (think "database index").
136 * The qp-trie allocator hands out space for twigs vectors. Allocations are
144 * a full twigs vector (48 wide). When testing, use a much smaller chunk
188 * During a modification transaction, when we copy-on-write some twigs we
646 * The following function names use plural `twigs` when they work on a
647 * branch's twigs vector as a whole, and singular `twig` when they work on
660 * Get a reference to a branch node's child twigs.
746 * How many twigs appear in the vector before the one corresponding to th
    [all...]

Completed in 19 milliseconds