ESP-IDF
ot::Dns::Name::CompareAndSkipLabels()
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::CompareAndSkipLabels()
ot::Dns::Name::CompareAndSkipLabels() method
Syntax
Show:
Summary
Declaration
Definition
from
dns_types.hpp:1090
static
bool
CompareAndSkipLabels
(
const
char
*
&
aNamePtr
,
const
char
*
aLabels
,
char
aExpectedNextChar
)
;
Implemented in
dns_types.cpp:137
Arguments
Argument
aNamePtr
aLabels
aExpectedNextChar
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
Name
::
CompareAndSkipLabels
(
const
char
*
&
aNamePtr
,
const
char
*
aLabels
,
char
aExpectedNextChar
)
dns_types.cpp:137
static
bool
CompareAndSkipLabels
(
const
char
*
&
aNamePtr
,
const
char
*
aLabels
,
char
aExpectedNextChar
)
;
dns_types.hpp:1090
matches
=
CompareAndSkipLabels
(
namePtr
,
aFirstLabel
,
kLabelSeparatorChar
)
;
dns_types.cpp:110
ot::Dns::Name
ot::Dns::Name::Matches() const
matches
=
CompareAndSkipLabels
(
namePtr
,
aLabels
,
kLabelSeparatorChar
)
;
dns_types.cpp:114
ot::Dns::Name
ot::Dns::Name::Matches() const
matches
=
CompareAndSkipLabels
(
namePtr
,
aDomain
,
kNullChar
)
;
dns_types.cpp:117
ot::Dns::Name
ot::Dns::Name::Matches() const
Call Tree
from
examples
ot::Dns::Name::CompareAndSkipLabels()
is called by 1 function and calls 2 functions:
ot::Dns::Name::Matches() const
All items filtered out
ot::Dns::Name::CompareAndSkipLabels()
ot::StringLength()
ot::StringStartsWith()
All items filtered out
Data Use
from
examples
ot::Dns::Name::CompareAndSkipLabels()
reads 2 variables:
ot::StringMatchMode::kStringCaseInsensitiveMatch
ot::Dns::Name::kMaxNameSize
All items filtered out
ot::Dns::Name::CompareAndSkipLabels()
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