profile.c | 158 struct profile_node *root_section; member in struct:parse_state 417 retval = profile_create_node("(root)", 0, &state.root_section); 453 prf->root = state.root_section; 576 retval = profile_create_node("(root)", 0, &state.root_section); 600 prf->root = state.root_section; 736 retval = profile_find_node(state->root_section, cp, 0, 1, 739 retval = profile_add_node(state->root_section, [all...] |