ESP-IDF
ot::Dns::Name::LabelIterator::CompareLabel() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dns::Name::LabelIterator::CompareLabel() const
ot::Dns::Name::LabelIterator::CompareLabel() const method
Syntax
Show:
Summary
Declaration
Definition
from
dns_types.hpp:1069
bool
CompareLabel
(
const
char
*
&
aName
,
bool
aIsSingleLabel
)
const
;
Implemented in
dns_types.cpp:649
Arguments
Argument
aName
aIsSingleLabel
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
Name
::
LabelIterator
::
CompareLabel
(
const
char
*
&
aName
,
bool
aIsSingleLabel
)
const
dns_types.cpp:649
bool
Name
::
LabelIterator
::
CompareLabel
(
const
LabelIterator
&
aOtherIterator
)
const
dns_types.cpp:684
bool
CompareLabel
(
const
char
*
&
aName
,
bool
aIsSingleLabel
)
const
;
dns_types.hpp:1069
bool
CompareLabel
(
const
LabelIterator
&
aOtherIterator
)
const
;
dns_types.hpp:1070
VerifyOrExit
(
iterator
.
CompareLabel
(
aLabel
,
kIsSingleLabel
)
,
error
=
kErrorNotFound
)
;
dns_types.cpp:423
ot::Dns::Name
ot::Dns::Name::CompareLabel()
VerifyOrExit
(
iterator
.
CompareLabel
(
aLabels
,
!
kIsSingleLabel
)
,
error
=
kErrorNotFound
)
;
dns_types.cpp:438
ot::Dns::Name
ot::Dns::Name::CompareMultipleLabels()
if
(
matches
&&
!
iterator
.
CompareLabel
(
aName
,
!
kIsSingleLabel
)
)
dns_types.cpp:470
ot::Dns::Name
ot::Dns::Name::CompareName()
if
(
matches
&&
(
iterator2
.
GetNextLabel
(
)
!=
kErrorNone
||
!
iterator
.
CompareLabel
(
iterator2
)
)
)
dns_types.cpp:520
ot::Dns::Name
ot::Dns::Name::CompareName()
Call Tree
from
examples
ot::Dns::Name::LabelIterator::CompareLabel() const
is called by 3 functions and calls 2 functions:
ot::Dns::Name::CompareLabel()
ot::Dns::Name::CompareMultipleLabels()
ot::Dns::Name::CompareName()
All items filtered out
ot::Dns::Name::LabelIterator::CompareLabel() const
ot::StringLength()
ot::Message::CompareBytes() const
All items filtered out
Data Use
from
examples
ot::Dns::Name::LabelIterator::CompareLabel() const
reads 6 variables:
ot::kNullChar
ot::Dns::Name::kLabelSeparatorChar
ot::Dns::Name::LabelIterator::mMessage
ot::Dns::Name::LabelIterator::mLabelStartOffset
ot::Dns::Name::LabelIterator::mLabelLength
ot::Dns::Name::LabelIterator::CaseInsensitiveMatch()
All items filtered out
ot::Dns::Name::LabelIterator::CompareLabel() const
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out