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