OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rrstr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/unbound/dist/services/
rpz.c
692
char*
rrstr
= sldns_wire2str_rr(rr, rr_len);
local
693
if(
rrstr
== NULL) {
699
if(
rrstr
[0])
700
rrstr
[strlen(
rrstr
)-1]=0; /* remove newline */
701
verbose(VERB_ALGO, "rpz: skipping duplicate record: '%s'",
rrstr
);
702
free(
rrstr
);
720
char*
rrstr
= sldns_wire2str_rr(rr, rr_len);
local
721
if(
rrstr
== NULL) {
729
rrclass, ttl, rdata, rdata_len,
rrstr
);
828
char*
rrstr
;
local
895
char*
rrstr
= sldns_wire2str_rr(rr, rr_len);
local
[
all
...]
authzone.c
3447
tpstr[32],
rrstr
[32];
local
3461
if(rrset) sldns_wire2str_type_buf(rrset->type,
rrstr
,
3462
sizeof(
rrstr
));
3463
else snprintf(
rrstr
, sizeof(
rrstr
), "NULL");
3467
(node_exists?"exist":"notexist"), cename,
rrstr
);
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026