Searched refs:no_char1_match (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 9906 jump_list *no_char1_match = NULL; in compile_iterator_matchingpath() local 10160 compile_char1_matchingpath(common, type, cc, &no_char1_match, FALSE); in compile_iterator_matchingpath() 10170 set_jumps(no_char1_match, LABEL()); in compile_iterator_matchingpath() 10231 compile_char1_matchingpath(common, type, cc, &no_char1_match, FALSE); in compile_iterator_matchingpath() 10233 set_jumps(no_char1_match, LABEL()); in compile_iterator_matchingpath() 10260 compile_char1_matchingpath(common, type, cc, &no_char1_match, FALSE); in compile_iterator_matchingpath() 10264 set_jumps(no_char1_match, LABEL()); in compile_iterator_matchingpath()
|