Searched refs:aNamePtr (Results 1 – 2 of 2) sorted by relevance
137 bool Name::CompareAndSkipLabels(const char *&aNamePtr, const char *aLabels, char aExpectedNextChar) in CompareAndSkipLabels() argument149 VerifyOrExit(StringStartsWith(aNamePtr, aLabels, kStringCaseInsensitiveMatch)); in CompareAndSkipLabels()150 aNamePtr += len; in CompareAndSkipLabels()152 VerifyOrExit(*aNamePtr == aExpectedNextChar); in CompareAndSkipLabels()153 aNamePtr++; in CompareAndSkipLabels()
1090 …static bool CompareAndSkipLabels(const char *&aNamePtr, const char *aLabels, char aExpectedNextCh…