Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5366 …_common *common, PCRE2_SPTR cc, fast_forward_char_data *chars, int max_chars, sljit_u32 *rec_count) in scan_prefix() argument
5385 if (*rec_count == 0) in scan_prefix()
5387 (*rec_count)--; in scan_prefix()
5461 max_chars = scan_prefix(common, cc + len, chars, max_chars, rec_count); in scan_prefix()
5483 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, max_chars, rec_count); in scan_prefix()
5622 max_chars = scan_prefix(common, cc + 1, chars, max_chars, rec_count); in scan_prefix()
5940 sljit_u32 rec_count; in fast_forward_first_n_chars() local
5948 rec_count = 10000; in fast_forward_first_n_chars()
5949 max = scan_prefix(common, common->start, chars, MAX_N_CHARS, &rec_count); in fast_forward_first_n_chars()

Completed in 30 milliseconds