Searched refs:compile_dnref_search (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 6731 static void compile_dnref_search(compiler_common *common, PCRE2_SPTR cc, jump_list **backtracks) in compile_dnref_search() function 6929 compile_dnref_search(common, ccbegin, NULL); in compile_ref_iterator_matchingpath() 6950 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath() 7012 compile_dnref_search(common, ccbegin, NULL); in compile_ref_iterator_matchingpath() 7030 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath() 9501 …compile_dnref_search(common, cc, parent->top != NULL ? &parent->top->nextbacktracks : &parent->top… in compile_matchingpath()
|