OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ds_parent_hash
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/nsd/dist/
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
...]
namedb.c
77
result->nsec3->
ds_parent_hash
= NULL;
240
if(domain->nsec3->
ds_parent_hash
&& domain->nsec3->
ds_parent_hash
->node.key)
242
->dshashtree, &domain->nsec3->
ds_parent_hash
->node);
248
if(domain->nsec3->
ds_parent_hash
) {
250
domain->nsec3->
ds_parent_hash
,
namedb.h
86
nsec3_hash_node_type*
ds_parent_hash
;
member in struct:nsec3_domain_data
difffile.c
578
domain->nsec3->
ds_parent_hash
&&
579
domain->nsec3->
ds_parent_hash
->node.key &&
587
&domain->nsec3->
ds_parent_hash
->node);
605
if((!domain->nsec3 || !domain->nsec3->
ds_parent_hash
606
|| !domain->nsec3->
ds_parent_hash
->node.key)
Completed in 16 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026