Lines Matching refs:NODE_DEGREE
79 #define NODE_DEGREE 30 macro
87 config_node* sub_node[NODE_DEGREE];
136 for(i=0;i<NODE_DEGREE;i++) in new_config()
192 n = node->sub_node[ name[0]%NODE_DEGREE ]; in get_fnc2()
206 new_sub->next = node->sub_node[ name[0]%NODE_DEGREE ]; in get_fnc2()
207 node->sub_node[ name[0]%NODE_DEGREE ] = new_sub; in get_fnc2()
228 node->sub_node[ n->name[0]%NODE_DEGREE ] = new_node; in get_fnc2()
231 new_node->sub_node[ n->name[len]%NODE_DEGREE ] = n; in get_fnc2()
243 new_sub->next = new_node->sub_node[ name[0]%NODE_DEGREE ]; in get_fnc2()
244 new_node->sub_node[ name[0]%NODE_DEGREE ] = new_sub; in get_fnc2()
267 new_sub->next = n->sub_node[ name[0]%NODE_DEGREE ]; in get_fnc2()
268 n->sub_node[ name[0]%NODE_DEGREE ] = new_sub; in get_fnc2()
288 for(i=0;i<NODE_DEGREE;i++) { in print_config_node()
370 n = node->sub_node[ name[0]%NODE_DEGREE ]; in update_fn_config2()
377 n->name, name[0]%NODE_DEGREE); in update_fn_config2()