ESP-IDF
ot::kNullChar
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::kNullChar
ot::kNullChar variable
Syntax
Show:
Summary
Declaration
from
string.hpp:77
static
constexpr
char
kNullChar
=
'\0'
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
char
kNullChar
=
'\0'
;
///< null character.
string.hpp:77
matches
=
CompareAndSkipLabels
(
namePtr
,
aDomain
,
kNullChar
)
;
dns_types.cpp:117
ot::Dns::Name
ot::Dns::Name::Matches() const
if
(
(
ch
==
kNullChar
)
||
(
ch
==
kLabelSeparatorChar
)
)
dns_types.cpp:237
ot::Dns::Name
ot::Dns::Name::AppendMultipleLabels()
(
(
ch
==
kNullChar
)
||
(
(
index
==
0
)
&&
(
aLabels
[
1
]
==
kNullChar
)
)
)
?
kErrorNone
:
kErrorInvalidArgs
;
dns_types.cpp:250
ot::Dns::Name
ot::Dns::Name::AppendMultipleLabels()
}
while
(
ch
!=
kNullChar
)
;
dns_types.cpp:262
ot::Dns::Name
ot::Dns::Name::AppendMultipleLabels()
*
aNameBuffer
=
kNullChar
;
dns_types.cpp:402
ot::Dns::Name
ot::Dns::Name::ReadName()
if
(
*
aLabels
==
kNullChar
)
dns_types.cpp:440
ot::Dns::Name
ot::Dns::Name::CompareMultipleLabels()
VerifyOrExit
(
*
aName
==
kNullChar
,
error
=
kErrorInvalidArgs
)
;
dns_types.cpp:460
ot::Dns::Name
ot::Dns::Name::CompareName()
if
(
matches
&&
(
*
aName
==
kNullChar
)
)
dns_types.cpp:485
ot::Dns::Name
ot::Dns::Name::CompareName()
aLabelBuffer
[
mLabelLength
]
=
kNullChar
;
dns_types.cpp:632
ot::Dns::Name::LabelIterator
ot::Dns::Name::LabelIterator::ReadLabel() const
matches
=
(
*
aName
==
kNullChar
)
;
dns_types.cpp:672
ot::Dns::Name::LabelIterator
ot::Dns::Name::LabelIterator::CompareLabel() const
aLabels
[
nameLength
]
=
kNullChar
;
dns_types.cpp:735
ot::Dns::Name
ot::Dns::Name::ExtractLabels()
keyBuffer
[
index
++
]
=
kNullChar
;
// Increment index to skip over `=`.
dns_types.cpp:1064
ot::Dns::TxtEntry::Iterator
ot::Dns::TxtEntry::Iterator::GetNextEntry()
keyBuffer
[
index
]
=
kNullChar
;
dns_types.cpp:1089
ot::Dns::TxtEntry::Iterator
ot::Dns::TxtEntry::Iterator::GetNextEntry()
VerifyOrExit
(
*
cur
==
kNullChar
)
;
ip4_types.cpp:162
ot::Ip4::Cidr
ot::Ip4::Cidr::FromString()
Error
FromString
(
const
char
*
aString
,
char
aTerminatorChar
=
kNullChar
)
;
ip4_types.hpp:159
aLabel
[
0
]
=
kNullChar
;
srp_server.cpp:1844
ot::Srp::Server::Service
ot::Srp::Server::Service::ParseSubTypeServiceName()
aLabel
[
labelLength
]
=
kNullChar
;
srp_server.cpp:1860
ot::Srp::Server::Service
ot::Srp::Server::Service::ParseSubTypeServiceName()
while
(
*
aPrefixString
!=
kNullChar
)
string.cpp:68
ot::
::Match()
while
(
*
aPrefixString
!=
kNullChar
)
string.cpp:75
ot::
::Match()
match
=
(
*
aString
==
kNullChar
)
?
kFullMatch
:
kPrefixMatch
;
string.cpp:82
ot::
::Match()
for
(
;
(
ret
<
aMaxLength
)
&&
(
aString
[
ret
]
!=
kNullChar
)
;
ret
++
)
string.cpp:96
ot::StringLength()
for
(
;
*
aString
!=
kNullChar
;
aString
++
)
string.cpp:109
ot::StringFind()
aTargetBuffer
[
0
]
=
kNullChar
;
string.cpp:178
ot::StringCopy()
for
(
;
*
aString
!=
kNullChar
;
aString
++
)
string.cpp:230
ot::StringConvertToLowercase()
for
(
;
*
aString
!=
kNullChar
;
aString
++
)
string.cpp:238
ot::StringConvertToUppercase()
mBuffer
[
0
]
=
kNullChar
;
string.cpp:313
ot::StringWriter
ot::StringWriter::StringWriter()
mBuffer
[
0
]
=
kNullChar
;
string.cpp:318
ot::StringWriter
ot::StringWriter::Clear()
mBuffer
[
mSize
-
1
]
=
kNullChar
;
string.cpp:344
ot::StringWriter
ot::StringWriter::AppendVarArgs()
aValue
[
info
.
mValueOffsetRange
.
GetLength
(
)
]
=
kNullChar
;
tlvs.cpp:174
ot::Tlv
ot::Tlv::ReadStringTlv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::kNullChar
is read by 22 functions:
All items filtered out
ot::kNullChar
ot::Ip4::Address::FromString()
ot::
::Match()
ot::StringLength()
ot::StringFind()
ot::StringCopy()
ot::StringConvertToLowercase()
ot::StringConvertToUppercase()
ot::StringWriter::StringWriter()
ot::StringWriter::Clear()
ot::StringWriter::AppendVarArgs()
ot::Tlv::ReadStringTlv()
ot::Dns::Name::Matches() const
ot::Dns::Name::AppendMultipleLabels()
ot::Dns::Name::ReadName()
ot::Dns::Name::CompareMultipleLabels()
ot::Dns::Name::CompareName()
ot::Dns::Name::LabelIterator::ReadLabel() const
ot::Dns::Name::LabelIterator::CompareLabel() const
ot::Dns::Name::ExtractLabels()
ot::Dns::TxtEntry::Iterator::GetNextEntry()
ot::Ip4::Cidr::FromString()
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