Searched refs:compile_char1_matchingpath (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_jit_compile.c | 7644 static PCRE2_SPTR compile_char1_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR … 7830 compile_char1_matchingpath(common, OP_ALLANY, cc, backtracks, FALSE); in compile_xclass_matchingpath() 7839 compile_char1_matchingpath(common, OP_ALLANY, cc, backtracks, FALSE); in compile_xclass_matchingpath() 8950 static PCRE2_SPTR compile_char1_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR … in compile_char1_matchingpath() function 9397 return compile_char1_matchingpath(common, *cc, cc + 1, backtracks, TRUE); in compile_charn_matchingpath() 11894 compile_char1_matchingpath(common, type, cc, &backtrack->own_backtracks, FALSE); in compile_iterator_matchingpath() 11902 compile_char1_matchingpath(common, type, cc, &backtrack->own_backtracks, TRUE); in compile_iterator_matchingpath() 11908 compile_char1_matchingpath(common, type, cc, &backtrack->own_backtracks, TRUE); in compile_iterator_matchingpath() 11942 …compile_char1_matchingpath(common, type, cc, &BACKTRACK_AS(char_iterator_backtrack)->u.backtracks,… in compile_iterator_matchingpath() 12067 compile_char1_matchingpath(common, type, cc, &backtrack->own_backtracks, FALSE); in compile_iterator_matchingpath() [all …]
|