Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5362 …_common *common, PCRE2_SPTR cc, fast_forward_char_data *chars, int max_chars, sljit_u32 *rec_count) in scan_prefix() argument
5381 if (*rec_count == 0) in scan_prefix()
5383 (*rec_count)--; in scan_prefix()
5457 max_chars = scan_prefix(common, cc + len, chars, max_chars, rec_count); in scan_prefix()
5479 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, max_chars, rec_count); in scan_prefix()
5618 max_chars = scan_prefix(common, cc + 1, chars, max_chars, rec_count); in scan_prefix()
5936 sljit_u32 rec_count; in fast_forward_first_n_chars() local
5944 rec_count = 10000; in fast_forward_first_n_chars()
5945 max = scan_prefix(common, common->start, chars, MAX_N_CHARS, &rec_count); in fast_forward_first_n_chars()

Completed in 30 milliseconds