Searched refs:end_list (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | profile_helpers.c | 66 static void end_list(struct profile_string_list *list, char ***ret_list) in end_list() function 169 end_list(&values, ret_values); in profile_get_values() 173 end_list(&values, 0); in profile_get_values() 205 end_list(&values, ret_names); in profile_get_subsection_names() 209 end_list(&values, 0); in profile_get_subsection_names() 245 end_list(&values, ret_names); in profile_get_relation_names() 249 end_list(&values, 0); in profile_get_relation_names()
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 5292 jump_list *end_list; in compile_char1_matchingpath() local 5367 end_list = NULL; in compile_char1_matchingpath() 5369 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath() 5371 check_str_end(common, &end_list); in compile_char1_matchingpath() 5375 set_jumps(end_list, LABEL()); in compile_char1_matchingpath() 5434 end_list = NULL; in compile_char1_matchingpath() 5436 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath() 5438 check_str_end(common, &end_list); in compile_char1_matchingpath() 5445 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
|