Home
last modified time | relevance | path

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

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