Searched refs:ucl_compare_node (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_schema.c | 429 struct ucl_compare_node { struct 431 TREE_ENTRY(ucl_compare_node) link; argument 432 struct ucl_compare_node *next; argument 435 typedef TREE_HEAD(_tree, ucl_compare_node) ucl_compare_tree_t; 437 TREE_DEFINE(ucl_compare_node, link) in TREE_DEFINE() argument 440 ucl_schema_elt_compare (struct ucl_compare_node *n1, struct ucl_compare_node *n2) in TREE_DEFINE() 453 struct ucl_compare_node *node, test, *nodes = NULL, *tmp; in ucl_schema_array_is_unique() 458 node = TREE_FIND (&tree, ucl_compare_node, link, &test); in ucl_schema_array_is_unique() 473 TREE_INSERT (&tree, ucl_compare_node, link, node); in ucl_schema_array_is_unique()
|