OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newnodes
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
rpz.c
1727
isc_ht_init(&rpz->
newnodes
, rpz->rpzs->mctx, hashsize,
1762
if (rpz->
newnodes
!= NULL) {
1763
isc_ht_destroy(&rpz->
newnodes
);
1886
rpz->nodes = rpz->
newnodes
;
1887
rpz->
newnodes
= tmpht;
1906
if (rpz->
newnodes
!= NULL) {
1907
isc_ht_destroy(&rpz->
newnodes
);
1934
REQUIRE(rpz->
newnodes
!= NULL);
1991
result = isc_ht_add(rpz->
newnodes
, name->ndata, name->length,
2077
if (rpz->
newnodes
!= NULL)
[
all
...]
/src/common/lib/libc/gen/
radixtree.c
453
struct radix_tree_node *
newnodes
[RADIX_TREE_MAX_HEIGHT];
local
463
newnodes
[h] = radix_tree_alloc_node();
464
if (__predict_false(
newnodes
[h] == NULL)) {
466
newnodes
[h]->n_ptrs[0] = NULL;
467
radix_tree_free_node(
newnodes
[h]);
471
newnodes
[h]->n_ptrs[0] = root;
472
root = entry_compose(
newnodes
[h], tagmask);
/src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rpz.h
165
isc_ht_t *
newnodes
; /* entries in zone being updated */
member in struct:dns_rpz_zone
/src/external/mpl/bind/dist/lib/dns/
rpz.c
1783
update_nodes(dns_rpz_zone_t *rpz, isc_ht_t *
newnodes
) {
1871
result = isc_ht_add(
newnodes
, name->ndata, name->length, rpz);
1994
isc_ht_t *
newnodes
= NULL;
local
2003
isc_ht_init(&
newnodes
, rpz->rpzs->mctx, 1, ISC_HT_CASE_SENSITIVE);
2005
result = update_nodes(rpz,
newnodes
);
2016
ISC_SWAP(rpz->nodes,
newnodes
);
2019
isc_ht_destroy(&
newnodes
);
Completed in 26 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026