ESP-IDF
ot::Dns::Name::LabelIterator::CaseInsensitiveMatch()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::CaseInsensitiveMatch()
ot::Dns::Name::LabelIterator::CaseInsensitiveMatch() method
Syntax
Show:
Summary
Declaration
Definition
from
dns_types.hpp:1073
static
bool
CaseInsensitiveMatch
(
uint8_t
aFirst
,
uint8_t
aSecond
)
;
Implemented in
dns_types.cpp:644
Arguments
Argument
aFirst
aSecond
Examples
References
from
examples
Code
Location
Referrer
bool
Name
::
LabelIterator
::
CaseInsensitiveMatch
(
uint8_t
aFirst
,
uint8_t
aSecond
)
dns_types.cpp:644
static
bool
CaseInsensitiveMatch
(
uint8_t
aFirst
,
uint8_t
aSecond
)
;
dns_types.hpp:1073
matches
=
mMessage
.
CompareBytes
(
mLabelStartOffset
,
aName
,
mLabelLength
,
CaseInsensitiveMatch
)
;
dns_types.cpp:662
ot::Dns::Name::LabelIterator::CompareLabel() const
mLabelLength
,
CaseInsensitiveMatch
)
;
dns_types.cpp:691
ot::Dns::Name::LabelIterator::CompareLabel() const
Call Tree
from
examples
ot::Dns::Name::LabelIterator::CaseInsensitiveMatch()
calls 1 function:
All items filtered out
ot::Dns::Name::LabelIterator::CaseInsensitiveMatch()
ot::ToLowercase()
All items filtered out
Data Use
from
examples
ot::Dns::Name::LabelIterator::CaseInsensitiveMatch()
writes 1 variable:
All items filtered out
ot::Dns::Name::LabelIterator::CaseInsensitiveMatch()
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