Searched refs:compile_ref_matchingpath (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_jit_compile.c | 9462 static void compile_ref_matchingpath(compiler_common *common, PCRE2_SPTR cc, jump_list **backtracks… in compile_ref_matchingpath() function 9735 compile_ref_matchingpath(common, ccbegin, &backtrack->own_backtracks, FALSE, FALSE); in compile_ref_iterator_matchingpath() 9816 compile_ref_matchingpath(common, ccbegin, &backtrack->own_backtracks, TRUE, TRUE); in compile_ref_iterator_matchingpath() 12641 …compile_ref_matchingpath(common, cc, parent->top != NULL ? &parent->top->simple_backtracks : &pare… in compile_matchingpath() 12653 …compile_ref_matchingpath(common, cc, parent->top != NULL ? &parent->top->simple_backtracks : &pare… in compile_matchingpath()
|