Home
last modified time | relevance | path

Searched refs:compile_dnref_search (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist/
Dpcre_jit_compile.c5905 static void compile_dnref_search(compiler_common *common, pcre_uchar *cc, jump_list **backtracks) in compile_dnref_search() function
6103 compile_dnref_search(common, ccbegin, NULL); in compile_ref_iterator_matchingpath()
6124 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
6186 compile_dnref_search(common, ccbegin, NULL); in compile_ref_iterator_matchingpath()
6204 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
8390compile_dnref_search(common, cc, parent->top != NULL ? &parent->top->nextbacktracks : &parent->top… in compile_matchingpath()