Home
last modified time | relevance | path

Searched refs:aNamePtr (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Ddns_types.cpp137 bool Name::CompareAndSkipLabels(const char *&aNamePtr, const char *aLabels, char aExpectedNextChar) in CompareAndSkipLabels() argument
149 VerifyOrExit(StringStartsWith(aNamePtr, aLabels, kStringCaseInsensitiveMatch)); in CompareAndSkipLabels()
150 aNamePtr += len; in CompareAndSkipLabels()
152 VerifyOrExit(*aNamePtr == aExpectedNextChar); in CompareAndSkipLabels()
153 aNamePtr++; in CompareAndSkipLabels()
Ddns_types.hpp1090 …static bool CompareAndSkipLabels(const char *&aNamePtr, const char *aLabels, char aExpectedNextCh…