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 | 5240 jump_list *end_list; in compile_char1_matchingpath() local 5315 end_list = NULL; in compile_char1_matchingpath() 5317 add_jump(compiler, &end_list, CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath() 5319 check_str_end(common, &end_list); in compile_char1_matchingpath() 5323 set_jumps(end_list, LABEL()); in compile_char1_matchingpath() 5382 end_list = NULL; in compile_char1_matchingpath() 5384 add_jump(compiler, &end_list, CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath() 5386 check_str_end(common, &end_list); in compile_char1_matchingpath() 5393 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
|