Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dsuffix_match_trie.h28 static constexpr const int DOMAIN_CHAR_RANGE = 38; // [a-z][0-9][-][.] variable
44 struct TrieNode *children[DOMAIN_CHAR_RANGE];
176 for (int i = 0; i < DOMAIN_CHAR_RANGE; i++) { in FreeTrie()