OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qinfo_out
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/unbound/dist/iterator/
iterator.h
450
struct query_info
qinfo_out
;
member in struct:iter_qstate
iterator.c
167
memset(&iq->
qinfo_out
, 0, sizeof(struct query_info));
883
memset(&subiq->
qinfo_out
, 0, sizeof(struct query_info));
2580
/* (Re)set
qinfo_out
to (new) delegation point, except when
2581
*
qinfo_out
is already a subdomain of dp. This happens when
2584
if(!(iq->
qinfo_out
.qname_len
2586
iq->
qinfo_out
.qname)
2587
&& dname_subdomain_c(iq->
qinfo_out
.qname,
2589
iq->
qinfo_out
.qname = iq->dp->name;
2590
iq->
qinfo_out
.qname_len = iq->dp->namelen;
2591
iq->
qinfo_out
.qtype = LDNS_RR_TYPE_A
[
all
...]
Completed in 17 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026