ESP-IDF
kStringCaseInsensitiveMatch
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kStringCaseInsensitiveMatch
kStringCaseInsensitiveMatch value
Syntax
Show:
Summary
Declaration
from
string.hpp:65
kStringCaseInsensitiveMatch
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kStringCaseInsensitiveMatch
,
///< Case insensitive match (uppercase and lowercase characters are treated as equal).
string.hpp:65
VerifyOrExit
(
StringStartsWith
(
aNamePtr
,
aLabels
,
kStringCaseInsensitiveMatch
)
)
;
dns_types.cpp:149
ot::Dns::Name
ot::Dns::Name::CompareAndSkipLabels()
VerifyOrExit
(
StringMatch
(
suffixStart
,
aSuffixName
,
kStringCaseInsensitiveMatch
)
)
;
dns_types.cpp:722
ot::Dns::Name
ot::Dns::Name::ExtractLabels()
match
=
StringMatch
(
aName
,
aDomain
,
kStringCaseInsensitiveMatch
)
;
dns_types.cpp:779
ot::Dns::Name
ot::Dns::Name::IsSubDomainOf()
match
=
StringStartsWith
(
aName
,
aDomain
,
kStringCaseInsensitiveMatch
)
;
dns_types.cpp:784
ot::Dns::Name
ot::Dns::Name::IsSubDomainOf()
match
=
StringStartsWith
(
aDomain
,
aName
,
kStringCaseInsensitiveMatch
)
;
dns_types.cpp:789
ot::Dns::Name
ot::Dns::Name::IsSubDomainOf()
if
(
(
mType
==
kPtrQuery
)
&&
StringMatch
(
label
,
kSubLabel
,
kStringCaseInsensitiveMatch
)
)
dnssd_server.cpp:461
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::ParseQueryName()
VerifyOrExit
(
StringMatch
(
name
,
GetDomain
(
)
,
kStringCaseInsensitiveMatch
)
,
error
=
kErrorSecurity
)
;
srp_server.cpp:857
ot::Srp::Server
ot::Srp::Server::ProcessZoneSection() const
subServiceName
=
StringFind
(
serviceName
,
kServiceSubTypeLabel
,
kStringCaseInsensitiveMatch
)
;
srp_server.cpp:1029
ot::Srp::Server
ot::Srp::Server::ProcessServiceDiscoveryInstructions() const
subPos
=
StringFind
(
aSubTypeServiceName
,
kServiceSubTypeLabel
,
kStringCaseInsensitiveMatch
)
;
srp_server.cpp:1846
ot::Srp::Server::Service
ot::Srp::Server::Service::ParseSubTypeServiceName()
case
kStringCaseInsensitiveMatch
:
string.cpp:74
ot::
::Match()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kStringCaseInsensitiveMatch
is read by 8 functions:
All items filtered out
kStringCaseInsensitiveMatch
ot::
::Match()
ot::Dns::Name::CompareAndSkipLabels()
ot::Dns::Name::ExtractLabels()
ot::Dns::Name::IsSubDomainOf()
ot::Dns::ServiceDiscovery::Server::Response::ParseQueryName()
ot::Srp::Server::ProcessZoneSection() const
ot::Srp::Server::ProcessServiceDiscoveryInstructions() const
ot::Srp::Server::Service::ParseSubTypeServiceName()
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