Searched defs:root_section (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c25 struct profile_node *root_section; member in struct:parse_state
78 return profile_create_node("(root)", 0, &state->root_section);
107 retval = profile_find_node_subsection(state->root_section,
111 retval = profile_add_node(state->root_section,
253 profile_free_node(state.root_section);
298 profile_free_node(state.root_section);
308 *root = state.root_section;

Completed in 260 milliseconds