Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dsuffix_match_trie.h57 FreeTrie(root_); in ~SuffixMatchTrie()
173 void FreeTrie(TrieNode *root) in FreeTrie() function
177 FreeTrie(root->children[i]); in FreeTrie()