OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:encode_rep
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/unbound/dist/daemon/
worker.c
741
struct reply_info*
encode_rep
= rep;
local
847
&
encode_rep
, worker->env.auth_zones)) {
851
must_validate, &
encode_rep
, worker->scratchpad,
856
if(
encode_rep
!= rep) {
860
if(!
encode_rep
|| *alias_rrset) {
861
if(!
encode_rep
)
867
*partial_repp = reply_info_copy(
encode_rep
, NULL,
882
encode_rep
->reason_bogus != LDNS_EDE_NONE) {
884
worker->scratchpad,
encode_rep
->reason_bogus,
885
encode_rep
->reason_bogus_str)
[
all
...]
worker.c
741
struct reply_info*
encode_rep
= rep;
local
847
&
encode_rep
, worker->env.auth_zones)) {
851
must_validate, &
encode_rep
, worker->scratchpad,
856
if(
encode_rep
!= rep) {
860
if(!
encode_rep
|| *alias_rrset) {
861
if(!
encode_rep
)
867
*partial_repp = reply_info_copy(
encode_rep
, NULL,
882
encode_rep
->reason_bogus != LDNS_EDE_NONE) {
884
worker->scratchpad,
encode_rep
->reason_bogus,
885
encode_rep
->reason_bogus_str)
[
all
...]
/src/external/bsd/unbound/dist/services/
mesh.c
2406
struct reply_info*
encode_rep
= NULL;
local
2442
encode_rep
= msg->rep;
2448
qstate->client_info, &actinfo, msg->rep, &alias_rrset, &
encode_rep
,
2453
qstate->client_info, must_validate, &
encode_rep
, qstate->region,
2458
if(!
encode_rep
|| alias_rrset) {
2459
if(!
encode_rep
) {
2464
partial_rep =
encode_rep
;
mesh.c
2406
struct reply_info*
encode_rep
= NULL;
local
2442
encode_rep
= msg->rep;
2448
qstate->client_info, &actinfo, msg->rep, &alias_rrset, &
encode_rep
,
2453
qstate->client_info, must_validate, &
encode_rep
, qstate->region,
2458
if(!
encode_rep
|| alias_rrset) {
2459
if(!
encode_rep
) {
2464
partial_rep =
encode_rep
;
Completed in 53 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026