Searched defs:trie (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h43 /* trie id's */
50 * IPv6 trie id's
164 /* trie node structure */
176 typedef node_p trie; typedef
212 /* identification structure for a trie */
214 trie trie; /* pointer to the trie structure */ member in struct:trie_id_s
215 krwlock_t rw_lock; /* lock protecting this trie */
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c209 triedrop(disc, e->re.trie.root[i]);
613 if ((env->stats.m += e->re.trie.min) < cm)
616 if ((env->stats.n += e->re.trie.max) < cn)
619 if (!env->stats.y || env->stats.y->re.trie.min < e->re.trie.min)
1919 if (!(t = g->re.trie.root[*s]) && !(t = g->re.trie.root[*s] = trienode(env, *s)))
1939 if (g->re.trie.min > len)
1940 g->re.trie.min = len;
1941 if (g->re.trie
1954 trie(Cenv_t* env, Rex_t* e, Rex_t* f) function
[all...]
H A Dreglib.h524 Trie_t trie; /* trie */ member in union:Rex_s::__anon2663

Completed in 53 milliseconds