Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/common/dfx/anonymize/src/
H A Danonymizer.c120 int32_t posNextDot = -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()

Completed in 1 milliseconds