Lines Matching refs:parent
104 struct lws_fts_entry *parent;
356 struct lws_fts_entry *parent)
367 parent->child_count++;
368 e->parent = parent;
371 /* keep the parent child list in ascending sort order for c */
373 pe = &parent->child_list;
375 assert((*pe)->parent == parent);
414 * Notice the next same-parent file instance fileoffset list is
530 e2 = e2->parent;
722 assert((*pe)->parent == e);
734 * guy's parent, we created e that matches on the single char
748 * Don't try this optimization if the parent is the root node...
754 if (e->parent != t->root) {
846 * parent now they appear on our child list
850 e1->parent = e;
1136 /* handle any children before the parent */
1220 /* handle any children before the parent */
1309 e2 = e2->parent;
1312 lwsl_err("*** %c CRI inst %d ch %d\n", e1->parent->c,
1329 /* if there are no siblings, do the parent */
1331 s[sp] = s[sp]->parent;