Searched defs:graph_node (Results 1 – 1 of 1) sorted by relevance
29 struct graph_node { struct33 struct graph_node *parent_node; argument34 struct graph_node *right_node; argument35 void *data;36 int data_len;37 int nodes_count;