profile.c | 156 struct profile_node *root_section; member in struct:parse_state 409 retval = profile_create_node("(root)", 0, &state.root_section); 445 prf->root = state.root_section; 568 retval = profile_create_node("(root)", 0, &state.root_section); 592 prf->root = state.root_section; 728 retval = profile_find_node(state->root_section, cp, 0, 1, 731 retval = profile_add_node(state->root_section, [all...] |