Lines Matching defs:root
132 struct lws_fts_entry *root;
267 t->root = lwsac_use(&lwsac_head, sizeof(*t->root),
269 if (!t->root)
272 memset(t->root, 0, sizeof(*t->root));
273 t->parser = t->root;
289 /* file offset to root trie entry */
665 if (t->parser == t->root) {
711 /* if it's the root node, keep the root_lookup table in sync */
713 if (t->parser == t->root)
748 * Don't try this optimization if the parent is the root node...
750 * highly likely children off the root entry are going to have
754 if (e->parent != t->root) {
952 if (t->parser == t->root) /* multiple terminal chars */
1046 t->parser = t->root;
1115 * (root) -> (c1) -> (c2)
1120 * c2, c1, c3, root
1124 s[0] = t->root;
1216 s[0] = t->root;
1339 /* drop the correct root trie offset + file length into the header */
1347 g32(buf, t->root->ofs);