Searched refs:node_array (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c143 private_data_t **node_array; local
152 node_array = NULL;
156 node_array = REALLOC(node_array, allocd*(depth+1));
159 node_array[depth] = pd;
179 pd = node_array[n];
193 FREE(node_array);

Completed in 14 milliseconds