OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHAINING
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
validator.c
965
#define
CHAINING
(r) (((r)->attributes & DNS_RDATASETATTR_CHAINING) != 0)
981
* Validating a CNAME/DNAME ("
chaining
" rdataset): a fetch at
986
if (cur->rdataset != NULL &&
CHAINING
(cur->rdataset)) {
1022
#undef
CHAINING
resolver.c
819
bool
chaining
; /* CNAME/DNAME processing? */
member in struct:respctx
5148
#define
CHAINING
(r) (((r)->attributes & DNS_RDATASETATTR_CHAINING) != 0)
5357
bool
chaining
;
local
5422
* If
chaining
, we need to make sure that the right result code
5426
val->rdataset != NULL &&
CHAINING
(val->rdataset))
5434
chaining
= true;
5436
chaining
= false;
5447
if (!negative && !
chaining
&&
6103
name->attributes.
chaining
)
6390
} else if (
CHAINING
(rdataset))
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c
752
bool
chaining
; /* CNAME/DNAME processing? */
member in struct:respctx
5746
#define
CHAINING
(r) (((r)->attributes & DNS_RDATASETATTR_CHAINING) != 0)
5768
bool
chaining
;
local
5836
* If
chaining
, we need to make sure that the right result code is
5840
vevent->rdataset != NULL &&
CHAINING
(vevent->rdataset))
5848
chaining
= true;
5850
chaining
= false;
5861
if (!negative && !
chaining
&&
6711
} else if (
CHAINING
(rdataset)) {
6731
if (
CHAINING
(rdataset))
[
all
...]
Completed in 71 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026