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