Home
last modified time | relevance | path

Searched refs:current_section (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/util/profile/
H A Dprof_parse.c27 struct profile_node *current_section; member
101 &state->current_section); in parse_std_line()
107 state->discard = profile_is_node_final(state->current_section) ? in parse_std_line()
115 profile_make_node_final(state->current_section); in parse_std_line()
130 profile_make_node_final(state->current_section); in parse_std_line()
138 retval = profile_get_node_parent(state->current_section, in parse_std_line()
139 &state->current_section); in parse_std_line()
190 retval = profile_add_node(state->current_section, tag, NULL, 0, in parse_std_line()
191 &state->current_section); in parse_std_line()
196 if (profile_is_node_final(state->current_section)) in parse_std_line()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp131 std::optional<Record::Kind> current_section; in CreateSections() local
136 if (!current_section) in CreateSections()
142 ConstString(toString(*current_section)), eSectionTypeOther, in CreateSections()
158 if (next_section == current_section) in CreateSections()
164 current_section = next_section; in CreateSections()