Searched refs:scan_prefix (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 5440 static int scan_prefix(compiler_common *common, PCRE2_SPTR cc, fast_forward_char_data *chars, int m… in scan_prefix() function 5535 max_chars = scan_prefix(common, cc + len, chars, max_chars, rec_count); in scan_prefix() 5557 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, max_chars, rec_count); in scan_prefix() 5696 max_chars = scan_prefix(common, cc + 1, chars, max_chars, rec_count); in scan_prefix() 6023 max = scan_prefix(common, common->start, chars, MAX_N_CHARS, &rec_count); in fast_forward_first_n_chars()
|
Completed in 42 milliseconds