Home
last modified time | relevance | path

Searched refs:end_list (Results 1 – 9 of 9) sorted by relevance

/third_party/e2fsprogs/lib/support/
Dprofile_helpers.c68 static void end_list(struct profile_string_list *list, char ***ret_list) in end_list() function
171 end_list(&values, ret_values); in profile_get_values()
175 end_list(&values, 0); in profile_get_values()
209 end_list(&values, ret_names); in profile_get_subsection_names()
213 end_list(&values, 0); in profile_get_subsection_names()
251 end_list(&values, ret_names); in profile_get_relation_names()
255 end_list(&values, 0); in profile_get_relation_names()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgstm3u8playlist.c80 playlist->end_list = FALSE; in gst_m3u8_playlist_new()
185 if (playlist->end_list) in gst_m3u8_playlist_render()
Dgstm3u8playlist.h36 gboolean end_list; member
Dgsthlssink.c330 sink->playlist->end_list = TRUE; in gst_hls_sink_handle_message()
370 sink->playlist->end_list = TRUE; in gst_hls_sink_change_state()
Dgsthlssink2.c498 sink->playlist->end_list = TRUE; in gst_hls_sink2_handle_message()
596 sink->playlist->end_list = TRUE; in gst_hls_sink2_change_state()
/third_party/boost/tools/quickbook/src/
Dstate.hpp101 void end_list(char mark);
Dmain_grammar.cpp1198 state_.end_list(list_stack.top().mark); in plain_block()
1233 state_.end_list(save.mark); in plain_block()
1291 state_.end_list(list_stack.top().mark); in list_block()
1316 state_.end_list(list_stack.top().mark); in clear_stack()
Dactions.cpp578 void state::end_list(char mark) in end_list() function in quickbook::state
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c8573 jump_list *end_list; in compile_char1_matchingpath() local
8631 end_list = NULL; in compile_char1_matchingpath()
8633 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
8635 check_str_end(common, &end_list); in compile_char1_matchingpath()
8639 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
8707 end_list = NULL; in compile_char1_matchingpath()
8709 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
8711 check_str_end(common, &end_list); in compile_char1_matchingpath()
8718 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()