Home | History | Annotate | Download | only in dns

Lines Matching refs:twigs

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 the
761 * How many twigs does this branch have?
764 * covers the whole bitmap, and the bitmap's weight is the number of twigs.
803 zero_twigs(dns_qpnode_t *twigs, dns_qpweight_t size) {
804 memset(twigs, 0, size * sizeof(dns_qpnode_t));