Lines Matching refs:node
37 * Return an array containing the node indexes for the arcs in
38 * the given node. The array is allocated using the allocator
52 * int Count of arcs in node
55 md_get_prop_arcs(md_t *ptr, mde_cookie_t node, char *namep, mde_cookie_t *arcp,
64 if (node == MDE_INVAL_ELEM_COOKIE) {
73 result = md_find_node_arcs(mdp, node, prop_name, MDET_PROP_ARC, arcp,
81 * Find the number of arcs in the node of the requested prop_name. If storage
82 * is given in arcp, store the first arcsize number of node indexes.
85 md_find_node_arcs(md_impl_t *mdp, mde_cookie_t node,
93 /* Get the private node information from session data */
94 idx = (int)node;
97 /* Make sure the cookie is in fact a node */
103 * Walk the elements in the node and find all the arcs of the
120 /* Return the total count of arcs in the node */