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

/freebsd-12-stable/contrib/libucl/src/
H A Ducl_schema.c428 struct ucl_compare_node { struct
430 TREE_ENTRY(ucl_compare_node) link;
431 struct ucl_compare_node *next;
434 typedef TREE_HEAD(_tree, ucl_compare_node) ucl_compare_tree_t;
436 TREE_DEFINE(ucl_compare_node, link)
439 ucl_schema_elt_compare (struct ucl_compare_node *n1, struct ucl_compare_node *n2)
452 struct ucl_compare_node *node, test, *nodes = NULL, *tmp;
457 node = TREE_FIND (&tree, ucl_compare_node, link, &test);
472 TREE_INSERT (&tree, ucl_compare_node, lin
[all...]

Completed in 103 milliseconds