Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3470 static int scan_prefix(compiler_common *common, pcre_uchar *cc, pcre_uchar *chars, int max_chars, s… in scan_prefix() function
3559 max_chars = scan_prefix(common, cc + len, chars, max_chars, rec_count); in scan_prefix()
3582 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, max_chars, rec_count); in scan_prefix()
3721 max_chars = scan_prefix(common, cc + 1, chars, max_chars, rec_count); in scan_prefix()
4331 max = scan_prefix(common, common->start, chars, MAX_N_CHARS, &rec_count); in fast_forward_first_n_chars()

Completed in 26 milliseconds