Searched refs:leftmost (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dindex.c53 index_tree_node *leftmost; member in struct:__anon6618
185 tree->leftmost = NULL;
241 tree->leftmost = node;
320 assert(tree->leftmost == NULL
321 || tree->leftmost->uncompressed_base == 0);
822 if (s->groups.leftmost == &g->node) {
824 s->groups.leftmost = &newg->node;
885 if (src->groups.leftmost == NULL)
907 const index_group *srcg = (const index_group *)(src->groups.leftmost);
941 = (const index_stream *)(src->streams.leftmost);
[all...]

Completed in 111 milliseconds