Home
last modified time | relevance | path

Searched refs:posPrevDot (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/core/common/dfx/anonymize/src/
H A Danonymizer.c119 int32_t posPrevDot = -1; in MatchIpAddr() local
122 posNextDot = FindChar(SYMBOL_DOT, str, len, posPrevDot + 1); in MatchIpAddr()
123 numLen = posNextDot - posPrevDot - 1; in MatchIpAddr()
127 posPrevDot = posNextDot; in MatchIpAddr()
129 numLen = (int32_t)len - posPrevDot - 1; in MatchIpAddr()

Completed in 2 milliseconds