Searched refs:scan_prefix (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 3185 static int scan_prefix(compiler_common *common, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *byt… in scan_prefix() function 3267 max_chars = scan_prefix(common, cc + len, chars, bytes, max_chars); in scan_prefix() 3290 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, bytes, max_chars); in scan_prefix() 3543 max = scan_prefix(common, common->start, chars, bytes, MAX_N_CHARS); in fast_forward_first_n_chars()
|