OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ds_parent_hash
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/nsd/dist/
namedb.h
86
nsec3_hash_node_type*
ds_parent_hash
;
member in struct:nsec3_domain_data
nsec3.c
59
if(!a->nsec3->
ds_parent_hash
) return (b->nsec3->
ds_parent_hash
?-1:0);
60
if(!b->nsec3->
ds_parent_hash
) return 1;
61
return memcmp(a->nsec3->
ds_parent_hash
->hash,
62
b->nsec3->
ds_parent_hash
->hash, NSEC3_HASH_LEN);
156
if(domain->nsec3->
ds_parent_hash
) {
160
domain->nsec3->
ds_parent_hash
= (nsec3_hash_node_type *)
162
domain->nsec3->
ds_parent_hash
->node.key = NULL;
163
nsec3_hash_and_store(zone, dname, domain->nsec3->
ds_parent_hash
->hash);
422
if (walk->nsec3->
ds_parent_hash
) {
703
nsec3_hash_node_type
ds_parent_hash
;
local
737
nsec3_hash_node_type
ds_parent_hash
;
local
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026