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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_schema.c415 struct ucl_compare_node { struct
417 TREE_ENTRY(ucl_compare_node) link;
418 struct ucl_compare_node *next;
421 typedef TREE_HEAD(_tree, ucl_compare_node) ucl_compare_tree_t;
423 TREE_DEFINE(ucl_compare_node, link)
426 ucl_schema_elt_compare (struct ucl_compare_node *n1, struct ucl_compare_node *n2)
439 struct ucl_compare_node *node, test, *nodes = NULL, *tmp;
444 node = TREE_FIND (&tree, ucl_compare_node, link, &test);
459 TREE_INSERT (&tree, ucl_compare_node, lin
[all...]

Completed in 104 milliseconds