Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c3481 static int scan_prefix(compiler_common *common, PCRE2_SPTR cc, PCRE2_UCHAR *chars, int max_chars, s… in scan_prefix() function
3570 max_chars = scan_prefix(common, cc + len, chars, max_chars, rec_count); in scan_prefix()
3593 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, max_chars, rec_count); in scan_prefix()
3732 max_chars = scan_prefix(common, cc + 1, chars, max_chars, rec_count); in scan_prefix()
4350 max = scan_prefix(common, common->start, chars, MAX_N_CHARS, &rec_count); in fast_forward_first_n_chars()