Searched refs:XsNode (Results 1 – 2 of 2) sorted by relevance
32 typedef struct XsNode { struct44 } XsNode; argument56 XsNode *root;64 XsNode *root;106 static inline XsNode *xs_node_new(void) in xs_node_new()108 XsNode *n = g_new0(XsNode, 1); in xs_node_new()118 static inline XsNode *xs_node_ref(XsNode *n) in xs_node_ref()128 static inline void xs_node_unref(XsNode *n) in xs_node_unref()183 static XsNode *xs_node_create(const char *name, GList *perms) in xs_node_create()185 XsNode *n = xs_node_new(); in xs_node_create()[all …]
33 static void dump_ref(const char *name, XsNode *n, int indent) in dump_ref()81 XsNode *n = l->data; in xs_impl_delete()91 XsNode *parent_2;131 static void compare_nodes(struct compare_walk *cw, XsNode *n1, XsNode *n2) in compare_nodes()153 XsNode *oldparent = cw->parent_2; in compare_nodes()165 XsNode *child1 = val; in compare_child()166 XsNode *child2 = g_hash_table_lookup(cw->parent_2->children, childname); in compare_child()182 static bool compare_trees(XsNode *n1, XsNode *n2) in compare_trees()321 XsNode *old_root; in test_xs_node_simple()